Html Css Color HEX #EE9C14 Gamboge

📋 copy color: '#EE9C14'

red 238 ◦ green 156 ◦ blue 20

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

Shades of Gamboge #EE9C14

Tints of Gamboge #EE9C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 57.49%
G = 37.68%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9C14 (or 0xEE9C14) is known color: Gamboge. HEX triplet: EE, 9C and 14. RGB value is (238,156,20). Sum of RGB (Red+Green+Blue) = 238+156+20=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C14 is #1163EB. Grayscale: #A5A5A5. Windows color (decimal): -1139692 or 1350894. OLE color: 1350894.

HSL color Cylindrical-coordinate representation of color #EE9C14: hue angle of 37.43º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE9C14 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 156 20 -
CMYK 0 0.34 0.92 0.07
HSL 37.43º 0.87% 0.51% -
HSV(B) 37.43º 0.92% 0.93% -
XYZ 47.27 42 6.28 -
YUV 165.01 46.17 180.06 -
System Red Green Blue C M Y K H S L
Decimal 238 156 20 0 0.34 0.92 0.07 37.43 0.87 0.51
Hex EE 9C 14 0 22 5C 7 25 57 33
Octal 356 234 24 0 42 134 7 45 127 63
Binary 11101110 10011100 10100 0 100010 1011100 111 100101 1010111 110011

Color Harmonies of #EE9C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9C14

Black with #EE9C14

Text Example


Text Example

White with #EE9C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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