Html Css Color HEX #EEA614 Gamboge

📋 copy color: '#EEA614'

red 238 ◦ green 166 ◦ blue 20

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

Shades of Gamboge #EEA614

Tints of Gamboge #EEA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 56.13%
G = 39.15%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA614 (or 0xEEA614) is known color: Gamboge. HEX triplet: EE, A6 and 14. RGB value is (238,166,20). Sum of RGB (Red+Green+Blue) = 238+166+20=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA614 is #1159EB. Grayscale: #ABABAB. Windows color (decimal): -1137132 or 1353454. OLE color: 1353454.

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

Color convert

RGB 238 166 20 -
CMYK 0 0.30 0.92 0.07
HSL 40.18º 0.87% 0.51% -
HSV(B) 40.18º 0.92% 0.93% -
XYZ 49.02 45.5 6.86 -
YUV 170.88 42.85 175.87 -
System Red Green Blue C M Y K H S L
Decimal 238 166 20 0 0.30 0.92 0.07 40.18 0.87 0.51
Hex EE A6 14 0 1E 5C 7 28 57 33
Octal 356 246 24 0 36 134 7 50 127 63
Binary 11101110 10100110 10100 0 11110 1011100 111 101000 1010111 110011

Color Harmonies of #EEA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA614

Black with #EEA614

Text Example


Text Example

White with #EEA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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