Html Css Color HEX #EEA20D Gamboge

📋 copy color: '#EEA20D'

red 238 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #EEA20D

Tints of Gamboge #EEA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

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

R = 57.63%
G = 39.23%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA20D (or 0xEEA20D) is known color: Gamboge. HEX triplet: EE, A2 and 0D. RGB value is (238,162,13). Sum of RGB (Red+Green+Blue) = 238+162+13=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA20D is #115DF2. Grayscale: #A8A8A8. Windows color (decimal): -1138163 or 893678. OLE color: 893678.

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

Color convert

RGB 238 162 13 -
CMYK 0 0.32 0.95 0.07
HSL 39.73º 0.9% 0.49% -
HSV(B) 39.73º 0.95% 0.93% -
XYZ 48.25 44.05 6.34 -
YUV 167.74 40.68 178.12 -
System Red Green Blue C M Y K H S L
Decimal 238 162 13 0 0.32 0.95 0.07 39.73 0.9 0.49
Hex EE A2 D 0 20 5F 7 28 5A 31
Octal 356 242 15 0 40 137 7 50 132 61
Binary 11101110 10100010 1101 0 100000 1011111 111 101000 1011010 110001

Color Harmonies of #EEA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA20D

Black with #EEA20D

Text Example


Text Example

White with #EEA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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