Html Css Color HEX #EEA419 Gamboge

📋 copy color: '#EEA419'

red 238 ◦ green 164 ◦ blue 25

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

Shades of Gamboge #EEA419

Tints of Gamboge #EEA419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.85%

R = 55.74%
G = 38.41%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EEA419 (or 0xEEA419) is known color: Gamboge. HEX triplet: EE, A4 and 19. RGB value is (238,164,25). Sum of RGB (Red+Green+Blue) = 238+164+25=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA419 is #115BE6. Grayscale: #AAAAAA. Windows color (decimal): -1137639 or 1680622. OLE color: 1680622.

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

Color convert

RGB 238 164 25 -
CMYK 0 0.31 0.89 0.07
HSL 39.15º 0.86% 0.52% -
HSV(B) 39.15º 0.89% 0.93% -
XYZ 48.71 44.8 7 -
YUV 170.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 238 164 25 0 0.31 0.89 0.07 39.15 0.86 0.52
Hex EE A4 19 0 1F 59 7 27 56 34
Octal 356 244 31 0 37 131 7 47 126 64
Binary 11101110 10100100 11001 0 11111 1011001 111 100111 1010110 110100

Color Harmonies of #EEA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA419

Black with #EEA419

Text Example


Text Example

White with #EEA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA419; }

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

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

background-color css

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

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

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

border-color css

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

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

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