#E69E32

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

Shades of Yellow Sea #E69E32

Tints of Yellow Sea #E69E32

Color information

#E69E32 (or 0xE69E32) is unknown color: approx Yellow Sea. HEX triplet: E6, 9E and 32. RGB value is (230,158,50). Sum of RGB (Red+Green+Blue) = 230+158+50=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69E32 is #1961CD. Grayscale: #A7A7A7. Windows color (decimal): -1663438 or 3317478. OLE color: 3317478.

HSL color Cylindrical-coordinate representation of color #E69E32: hue angle of 36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E69E32 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB23015850-
CMYK00.310.780.10
HSL36º78.26%54.9%-
HSV(B)36º78.26%90.2%-
XYZ45.4441.518.63-
YUV167.2261.85172.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.51%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 50 (19.92% from 255) = 11.42%
R=52.51%
G=36.07%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301585000.310.780.103678.2654.9
HexE69E3201F4EA244e37
Octal34623662037116124411667
Binary1110011010011110110010011111100111010101001001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69E32; }

 p { color: rgb(230,158,50); }

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

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

 a { background-color: rgb(230,158,50); }

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

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

 span { border-color: rgb(230,158,50); }

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