Html Css Color HEX #EEA719 Gamboge

📋 copy color: '#EEA719'

red 238 ◦ green 167 ◦ blue 25

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

Shades of Gamboge #EEA719

Tints of Gamboge #EEA719

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

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

R = 55.35%
G = 38.84%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EEA719 (or 0xEEA719) is known color: Gamboge. HEX triplet: EE, A7 and 19. RGB value is (238,167,25). Sum of RGB (Red+Green+Blue) = 238+167+25=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA719 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA719 is #1158E6. Grayscale: #ACACAC. Windows color (decimal): -1136871 or 1681390. OLE color: 1681390.

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

Color convert

RGB 238 167 25 -
CMYK 0 0.30 0.89 0.07
HSL 40º 0.86% 0.52% -
HSV(B) 40º 0.89% 0.93% -
XYZ 49.25 45.88 7.18 -
YUV 172.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 238 167 25 0 0.30 0.89 0.07 40 0.86 0.52
Hex EE A7 19 0 1E 59 7 28 56 34
Octal 356 247 31 0 36 131 7 50 126 64
Binary 11101110 10100111 11001 0 11110 1011001 111 101000 1010110 110100

Color Harmonies of #EEA719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA719

Black with #EEA719

Text Example


Text Example

White with #EEA719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA719; }

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

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

background-color css

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

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

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

border-color css

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

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

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