Html Css Color HEX #EEA807 Gamboge

📋 copy color: '#EEA807'

red 238 ◦ green 168 ◦ blue 7

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

Shades of Gamboge #EEA807

Tints of Gamboge #EEA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 57.63%
G = 40.68%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEA807 (or 0xEEA807) is known color: Gamboge. HEX triplet: EE, A8 and 07. RGB value is (238,168,7). Sum of RGB (Red+Green+Blue) = 238+168+7=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA807 is #1157F8. Grayscale: #ABABAB. Windows color (decimal): -1136633 or 501998. OLE color: 501998.

HSL color Cylindrical-coordinate representation of color #EEA807: hue angle of 41.82º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEA807 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 7 -
CMYK 0 0.29 0.97 0.07
HSL 41.82º 0.94% 0.48% -
HSV(B) 41.82º 0.97% 0.93% -
XYZ 49.3 46.2 6.52 -
YUV 170.58 35.69 176.09 -
System Red Green Blue C M Y K H S L
Decimal 238 168 7 0 0.29 0.97 0.07 41.82 0.94 0.48
Hex EE A8 7 0 1D 61 7 2A 5E 30
Octal 356 250 7 0 35 141 7 52 136 60
Binary 11101110 10101000 111 0 11101 1100001 111 101010 1011110 110000

Color Harmonies of #EEA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA807

Black with #EEA807

Text Example


Text Example

White with #EEA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA807; }

 p { color: rgb(238,168,7); }

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

background-color css

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

 a { background-color: rgb(238,168,7); }

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

border-color css

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

 span { border-color: rgb(238,168,7); }

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