Html Css Color HEX #EEA415 Gamboge

📋 copy color: '#EEA415'

red 238 ◦ green 164 ◦ blue 21

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

Shades of Gamboge #EEA415

Tints of Gamboge #EEA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 56.26%
G = 38.77%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEA415 (or 0xEEA415) is known color: Gamboge. HEX triplet: EE, A4 and 15. RGB value is (238,164,21). Sum of RGB (Red+Green+Blue) = 238+164+21=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA415 is #115BEA. Grayscale: #AAAAAA. Windows color (decimal): -1137643 or 1418478. OLE color: 1418478.

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

Color convert

RGB 238 164 21 -
CMYK 0 0.31 0.91 0.07
HSL 39.54º 0.86% 0.51% -
HSV(B) 39.54º 0.91% 0.93% -
XYZ 48.67 44.78 6.79 -
YUV 169.82 44.02 176.63 -
System Red Green Blue C M Y K H S L
Decimal 238 164 21 0 0.31 0.91 0.07 39.54 0.86 0.51
Hex EE A4 15 0 1F 5B 7 28 56 33
Octal 356 244 25 0 37 133 7 50 126 63
Binary 11101110 10100100 10101 0 11111 1011011 111 101000 1010110 110011

Color Harmonies of #EEA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA415

Black with #EEA415

Text Example


Text Example

White with #EEA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA415; }

 p { color: rgb(238,164,21); }

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

background-color css

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

 a { background-color: rgb(238,164,21); }

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

border-color css

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

 span { border-color: rgb(238,164,21); }

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