Html Css Color HEX #EEA312 Gamboge

📋 copy color: '#EEA312'

red 238 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #EEA312

Tints of Gamboge #EEA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 56.8%
G = 38.9%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA312 (or 0xEEA312) is known color: Gamboge. HEX triplet: EE, A3 and 12. RGB value is (238,163,18). Sum of RGB (Red+Green+Blue) = 238+163+18=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA312 is #115CED. Grayscale: #A9A9A9. Windows color (decimal): -1137902 or 1221614. OLE color: 1221614.

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

Color convert

RGB 238 163 18 -
CMYK 0 0.32 0.92 0.07
HSL 39.55º 0.87% 0.5% -
HSV(B) 39.55º 0.92% 0.93% -
XYZ 48.47 44.42 6.59 -
YUV 168.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 238 163 18 0 0.32 0.92 0.07 39.55 0.87 0.5
Hex EE A3 12 0 20 5C 7 28 57 32
Octal 356 243 22 0 40 134 7 50 127 62
Binary 11101110 10100011 10010 0 100000 1011100 111 101000 1010111 110010

Color Harmonies of #EEA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA312

Black with #EEA312

Text Example


Text Example

White with #EEA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA312; }

 p { color: rgb(238,163,18); }

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

background-color css

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

 a { background-color: rgb(238,163,18); }

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

border-color css

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

 span { border-color: rgb(238,163,18); }

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