#E6A32F

Color #E6A32F Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #E6A32F

Tints of Yellow Sea #E6A32F

Color information

#E6A32F (or 0xE6A32F) is unknown color: approx Yellow Sea. HEX triplet: E6, A3 and 2F. RGB value is (230,163,47). Sum of RGB (Red+Green+Blue) = 230+163+47=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A32F is #195CD0. Grayscale: #AAAAAA. Windows color (decimal): -1662161 or 3122150. OLE color: 3122150.

HSL color Cylindrical-coordinate representation of color #E6A32F: hue angle of 38.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6A32F is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB23016347-
CMYK00.290.800.10
HSL38.03º78.54%54.31%-
HSV(B)38.03º79.57%90.2%-
XYZ46.2443.228.59-
YUV169.8158.7170.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 47 (18.75% from 255) = 10.68%
R=52.27%
G=37.05%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301634700.290.800.1038.0378.5454.31
HexE6A32F01D50A264f36
Octal34624357035120124611766
Binary1110011010100011101111011101101000010101001101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A32F; }

 p { color: rgb(230,163,47); }

 H1.HeaderClassName
 {
   color: #E6A32F;
 }
 .AnyTagClassName
 {
   color: #E6A32F;
 }
</style>
background-color css

<style>
 a { background-color: #E6A32F; }

 a { background-color: rgb(230,163,47); }

 div.DivClassName
 {
   background-color: #E6A32F;
 }
 .BgClassName
 {
   background-color: #E6A32F;
 }
</style>
border-color css

<style>
 span { border-color: #E6A32F; }

 span { border-color: rgb(230,163,47); }

 td.TdClassName
 {
   border-color: #E6A32F;
 }
 .TagClassName
 {
   border-color: #E6A32F;
 }
</style>