Html Css Color HEX #EE9802 Gamboge

📋 copy color: '#EE9802'

red 238 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #EE9802

Tints of Gamboge #EE9802

RGB

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

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

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

R = 60.71%
G = 38.78%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE9802 (or 0xEE9802) is known color: Gamboge. HEX triplet: EE, 98 and 02. RGB value is (238,152,2). Sum of RGB (Red+Green+Blue) = 238+152+2=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9802 is #1167FD. Grayscale: #A1A1A1. Windows color (decimal): -1140734 or 170222. OLE color: 170222.

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

Color convert

RGB 238 152 2 -
CMYK 0 0.36 0.99 0.07
HSL 38.14º 0.98% 0.47% -
HSV(B) 38.14º 0.99% 0.93% -
XYZ 46.5 40.64 5.45 -
YUV 160.61 38.49 183.2 -
System Red Green Blue C M Y K H S L
Decimal 238 152 2 0 0.36 0.99 0.07 38.14 0.98 0.47
Hex EE 98 2 0 24 63 7 26 62 2F
Octal 356 230 2 0 44 143 7 46 142 57
Binary 11101110 10011000 10 0 100100 1100011 111 100110 1100010 101111

Color Harmonies of #EE9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9802

Black with #EE9802

Text Example


Text Example

White with #EE9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9802; }

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

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

background-color css

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

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

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

border-color css

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

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

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