Html Css Color HEX #EE910C Gamboge

📋 copy color: '#EE910C'

red 238 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #EE910C

Tints of Gamboge #EE910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 60.25%
G = 36.71%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE910C (or 0xEE910C) is known color: Gamboge. HEX triplet: EE, 91 and 0C. RGB value is (238,145,12). Sum of RGB (Red+Green+Blue) = 238+145+12=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE910C is #116EF3. Grayscale: #9E9E9E. Windows color (decimal): -1142516 or 823790. OLE color: 823790.

HSL color Cylindrical-coordinate representation of color #EE910C: hue angle of 35.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE910C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 145 12 -
CMYK 0 0.39 0.95 0.07
HSL 35.31º 0.9% 0.49% -
HSV(B) 35.31º 0.95% 0.93% -
XYZ 45.45 38.45 5.37 -
YUV 157.65 45.81 185.31 -
System Red Green Blue C M Y K H S L
Decimal 238 145 12 0 0.39 0.95 0.07 35.31 0.9 0.49
Hex EE 91 C 0 27 5F 7 23 5A 31
Octal 356 221 14 0 47 137 7 43 132 61
Binary 11101110 10010001 1100 0 100111 1011111 111 100011 1011010 110001

Color Harmonies of #EE910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE910C

Black with #EE910C

Text Example


Text Example

White with #EE910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE910C; }

 p { color: rgb(238,145,12); }

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

background-color css

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

 a { background-color: rgb(238,145,12); }

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

border-color css

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

 span { border-color: rgb(238,145,12); }

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