Html Css Color HEX #EE9814 Gamboge

📋 copy color: '#EE9814'

red 238 ◦ green 152 ◦ blue 20

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

Shades of Gamboge #EE9814

Tints of Gamboge #EE9814

RGB

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

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

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

R = 58.05%
G = 37.07%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9814 (or 0xEE9814) is known color: Gamboge. HEX triplet: EE, 98 and 14. RGB value is (238,152,20). Sum of RGB (Red+Green+Blue) = 238+152+20=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9814 is #1167EB. Grayscale: #A3A3A3. Windows color (decimal): -1140716 or 1349870. OLE color: 1349870.

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

Color convert

RGB 238 152 20 -
CMYK 0 0.36 0.92 0.07
HSL 36.33º 0.87% 0.51% -
HSV(B) 36.33º 0.92% 0.93% -
XYZ 46.61 40.68 6.06 -
YUV 162.67 47.49 181.73 -
System Red Green Blue C M Y K H S L
Decimal 238 152 20 0 0.36 0.92 0.07 36.33 0.87 0.51
Hex EE 98 14 0 24 5C 7 24 57 33
Octal 356 230 24 0 44 134 7 44 127 63
Binary 11101110 10011000 10100 0 100100 1011100 111 100100 1010111 110011

Color Harmonies of #EE9814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9814

Black with #EE9814

Text Example


Text Example

White with #EE9814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9814; }

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

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

background-color css

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

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

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

border-color css

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

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

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