Html Css Color HEX #EEA60A Gamboge

📋 copy color: '#EEA60A'

red 238 ◦ green 166 ◦ blue 10

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

Shades of Gamboge #EEA60A

Tints of Gamboge #EEA60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 57.49%
G = 40.1%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA60A (or 0xEEA60A) is known color: Gamboge. HEX triplet: EE, A6 and 0A. RGB value is (238,166,10). Sum of RGB (Red+Green+Blue) = 238+166+10=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA60A is #1159F5. Grayscale: #AAAAAA. Windows color (decimal): -1137142 or 698094. OLE color: 698094.

HSL color Cylindrical-coordinate representation of color #EEA60A: hue angle of 41.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEA60A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 10 -
CMYK 0 0.30 0.96 0.07
HSL 41.05º 0.92% 0.49% -
HSV(B) 41.05º 0.96% 0.93% -
XYZ 48.95 45.47 6.48 -
YUV 169.74 37.85 176.68 -
System Red Green Blue C M Y K H S L
Decimal 238 166 10 0 0.30 0.96 0.07 41.05 0.92 0.49
Hex EE A6 A 0 1E 60 7 29 5C 31
Octal 356 246 12 0 36 140 7 51 134 61
Binary 11101110 10100110 1010 0 11110 1100000 111 101001 1011100 110001

Color Harmonies of #EEA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA60A

Black with #EEA60A

Text Example


Text Example

White with #EEA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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