Html Css Color HEX #EEA712 Gamboge

📋 copy color: '#EEA712'

red 238 ◦ green 167 ◦ blue 18

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

Shades of Gamboge #EEA712

Tints of Gamboge #EEA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.48%

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

R = 56.26%
G = 39.48%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA712 (or 0xEEA712) is known color: Gamboge. HEX triplet: EE, A7 and 12. RGB value is (238,167,18). Sum of RGB (Red+Green+Blue) = 238+167+18=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA712 is #1158ED. Grayscale: #ABABAB. Windows color (decimal): -1136878 or 1222638. OLE color: 1222638.

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

Color convert

RGB 238 167 18 -
CMYK 0 0.30 0.92 0.07
HSL 40.64º 0.87% 0.5% -
HSV(B) 40.64º 0.92% 0.93% -
XYZ 49.19 45.86 6.83 -
YUV 171.24 41.52 175.62 -
System Red Green Blue C M Y K H S L
Decimal 238 167 18 0 0.30 0.92 0.07 40.64 0.87 0.5
Hex EE A7 12 0 1E 5C 7 29 57 32
Octal 356 247 22 0 36 134 7 51 127 62
Binary 11101110 10100111 10010 0 11110 1011100 111 101001 1010111 110010

Color Harmonies of #EEA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA712

Black with #EEA712

Text Example


Text Example

White with #EEA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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