Html Css Color HEX #EE9C01 Gamboge

📋 copy color: '#EE9C01'

red 238 ◦ green 156 ◦ blue 1

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

Shades of Gamboge #EE9C01

Tints of Gamboge #EE9C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 60.25%
G = 39.49%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE9C01 (or 0xEE9C01) is known color: Gamboge. HEX triplet: EE, 9C and 01. RGB value is (238,156,1). Sum of RGB (Red+Green+Blue) = 238+156+1=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C01 is #1163FE. Grayscale: #A3A3A3. Windows color (decimal): -1139711 or 105710. OLE color: 105710.

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

Color convert

RGB 238 156 1 -
CMYK 0 0.34 1.00 0.07
HSL 39.24º 0.99% 0.47% -
HSV(B) 39.24º 1% 0.93% -
XYZ 47.15 41.96 5.64 -
YUV 162.85 36.67 181.6 -
System Red Green Blue C M Y K H S L
Decimal 238 156 1 0 0.34 1.00 0.07 39.24 0.99 0.47
Hex EE 9C 1 0 22 64 7 27 63 2F
Octal 356 234 1 0 42 144 7 47 143 57
Binary 11101110 10011100 1 0 100010 1100100 111 100111 1100011 101111

Color Harmonies of #EE9C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9C01

Black with #EE9C01

Text Example


Text Example

White with #EE9C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9C01; }

 p { color: rgb(238,156,1); }

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

background-color css

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

 a { background-color: rgb(238,156,1); }

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

border-color css

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

 span { border-color: rgb(238,156,1); }

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