Html Css Color HEX #EEA014 Gamboge

📋 copy color: '#EEA014'

red 238 ◦ green 160 ◦ blue 20

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

Shades of Gamboge #EEA014

Tints of Gamboge #EEA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

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

R = 56.94%
G = 38.28%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA014 (or 0xEEA014) is known color: Gamboge. HEX triplet: EE, A0 and 14. RGB value is (238,160,20). Sum of RGB (Red+Green+Blue) = 238+160+20=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA014 is #115FEB. Grayscale: #A7A7A7. Windows color (decimal): -1138668 or 1351918. OLE color: 1351918.

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

Color convert

RGB 238 160 20 -
CMYK 0 0.33 0.92 0.07
HSL 38.53º 0.87% 0.51% -
HSV(B) 38.53º 0.92% 0.93% -
XYZ 47.96 43.37 6.51 -
YUV 167.36 44.84 178.38 -
System Red Green Blue C M Y K H S L
Decimal 238 160 20 0 0.33 0.92 0.07 38.53 0.87 0.51
Hex EE A0 14 0 21 5C 7 27 57 33
Octal 356 240 24 0 41 134 7 47 127 63
Binary 11101110 10100000 10100 0 100001 1011100 111 100111 1010111 110011

Color Harmonies of #EEA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA014

Black with #EEA014

Text Example


Text Example

White with #EEA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA014; }

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

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

background-color css

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

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

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

border-color css

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

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

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