Html Css Color HEX #EEA60D Gamboge

📋 copy color: '#EEA60D'

red 238 ◦ green 166 ◦ blue 13

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

Shades of Gamboge #EEA60D

Tints of Gamboge #EEA60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 57.07%
G = 39.81%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA60D (or 0xEEA60D) is known color: Gamboge. HEX triplet: EE, A6 and 0D. RGB value is (238,166,13). Sum of RGB (Red+Green+Blue) = 238+166+13=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA60D is #1159F2. Grayscale: #AAAAAA. Windows color (decimal): -1137139 or 894702. OLE color: 894702.

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

Color convert

RGB 238 166 13 -
CMYK 0 0.30 0.95 0.07
HSL 40.8º 0.9% 0.49% -
HSV(B) 40.8º 0.95% 0.93% -
XYZ 48.97 45.48 6.58 -
YUV 170.09 39.35 176.44 -
System Red Green Blue C M Y K H S L
Decimal 238 166 13 0 0.30 0.95 0.07 40.8 0.9 0.49
Hex EE A6 D 0 1E 5F 7 29 5A 31
Octal 356 246 15 0 36 137 7 51 132 61
Binary 11101110 10100110 1101 0 11110 1011111 111 101001 1011010 110001

Color Harmonies of #EEA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA60D

Black with #EEA60D

Text Example


Text Example

White with #EEA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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