Html Css Color HEX #E09802 Gamboge

📋 copy color: '#E09802'

red 224 ◦ green 152 ◦ blue 2

#E09802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #E09802

Tints of Gamboge #E09802

RGB

 RED value IS 224 (87.89% from 255) = 59.26%

 GREEN value IS 152 (59.77% from 255) = 40.21%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 59.26%
G = 40.21%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E09802 (or 0xE09802) is known color: Gamboge. HEX triplet: E0, 98 and 02. RGB value is (224,152,2). Sum of RGB (Red+Green+Blue) = 224+152+2=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E09802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09802 is #1F67FD. Grayscale: #9D9D9D. Windows color (decimal): -2058238 or 170208. OLE color: 170208.

HSL color Cylindrical-coordinate representation of color #E09802: hue angle of 40.54º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E09802 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 152 2 -
CMYK 0 0.32 0.99 0.12
HSL 40.54º 0.98% 0.44% -
HSV(B) 40.54º 0.99% 0.88% -
XYZ 41.98 38.31 5.24 -
YUV 156.43 40.85 176.2 -
System Red Green Blue C M Y K H S L
Decimal 224 152 2 0 0.32 0.99 0.12 40.54 0.98 0.44
Hex E0 98 2 0 20 63 C 29 62 2C
Octal 340 230 2 0 40 143 14 51 142 54
Binary 11100000 10011000 10 0 100000 1100011 1100 101001 1100010 101100

Color Harmonies of #E09802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09802

Black with #E09802

Text Example


Text Example

White with #E09802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09802; }

 p { color: rgb(224,152,2); }

 H1.HeaderClassName
 {
   color: #E09802;
 }
 .AnyTagClassName
 {
   color: #E09802;
 }
</style>

background-color css

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

 a { background-color: rgb(224,152,2); }

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

border-color css

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

 span { border-color: rgb(224,152,2); }

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