Html Css Color HEX #EE9F02 Gamboge

📋 copy color: '#EE9F02'

red 238 ◦ green 159 ◦ blue 2

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

Shades of Gamboge #EE9F02

Tints of Gamboge #EE9F02

RGB

 RED value IS 238 (93.36% from 255) = 59.65%

 GREEN value IS 159 (62.5% from 255) = 39.85%

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

R = 59.65%
G = 39.85%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE9F02 (or 0xEE9F02) is known color: Gamboge. HEX triplet: EE, 9F and 02. RGB value is (238,159,2). Sum of RGB (Red+Green+Blue) = 238+159+2=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9F02 is #1160FD. Grayscale: #A5A5A5. Windows color (decimal): -1138942 or 172014. OLE color: 172014.

HSL color Cylindrical-coordinate representation of color #EE9F02: hue angle of 39.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE9F02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 159 2 -
CMYK 0 0.33 0.99 0.07
HSL 39.92º 0.98% 0.47% -
HSV(B) 39.92º 0.99% 0.93% -
XYZ 47.67 42.98 5.84 -
YUV 164.72 36.17 180.27 -
System Red Green Blue C M Y K H S L
Decimal 238 159 2 0 0.33 0.99 0.07 39.92 0.98 0.47
Hex EE 9F 2 0 21 63 7 28 62 2F
Octal 356 237 2 0 41 143 7 50 142 57
Binary 11101110 10011111 10 0 100001 1100011 111 101000 1100010 101111

Color Harmonies of #EE9F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9F02

Black with #EE9F02

Text Example


Text Example

White with #EE9F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9F02; }

 p { color: rgb(238,159,2); }

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

background-color css

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

 a { background-color: rgb(238,159,2); }

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

border-color css

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

 span { border-color: rgb(238,159,2); }

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