Html Css Color HEX #E09A02 Gamboge

📋 copy color: '#E09A02'

red 224 ◦ green 154 ◦ blue 2

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

Shades of Gamboge #E09A02

Tints of Gamboge #E09A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

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

R = 58.95%
G = 40.53%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E09A02 (or 0xE09A02) is known color: Gamboge. HEX triplet: E0, 9A and 02. RGB value is (224,154,2). Sum of RGB (Red+Green+Blue) = 224+154+2=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09A02 is #1F65FD. Grayscale: #9E9E9E. Windows color (decimal): -2057726 or 170720. OLE color: 170720.

HSL color Cylindrical-coordinate representation of color #E09A02: hue angle of 41.08º 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 #E09A02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 2 -
CMYK 0 0.31 0.99 0.12
HSL 41.08º 0.98% 0.44% -
HSV(B) 41.08º 0.99% 0.88% -
XYZ 42.31 38.96 5.35 -
YUV 157.6 40.19 175.36 -
System Red Green Blue C M Y K H S L
Decimal 224 154 2 0 0.31 0.99 0.12 41.08 0.98 0.44
Hex E0 9A 2 0 1F 63 C 29 62 2C
Octal 340 232 2 0 37 143 14 51 142 54
Binary 11100000 10011010 10 0 11111 1100011 1100 101001 1100010 101100

Color Harmonies of #E09A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A02

Black with #E09A02

Text Example


Text Example

White with #E09A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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