Html Css Color HEX #EEA10F Gamboge

📋 copy color: '#EEA10F'

red 238 ◦ green 161 ◦ blue 15

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

Shades of Gamboge #EEA10F

Tints of Gamboge #EEA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 15 (6.25% from 255) = 3.62%

R = 57.49%
G = 38.89%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEA10F (or 0xEEA10F) is known color: Gamboge. HEX triplet: EE, A1 and 0F. RGB value is (238,161,15). Sum of RGB (Red+Green+Blue) = 238+161+15=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA10F is #115EF0. Grayscale: #A8A8A8. Windows color (decimal): -1138417 or 1024494. OLE color: 1024494.

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

Color convert

RGB 238 161 15 -
CMYK 0 0.32 0.94 0.07
HSL 39.28º 0.88% 0.5% -
HSV(B) 39.28º 0.94% 0.93% -
XYZ 48.09 43.7 6.35 -
YUV 167.38 42.01 178.37 -
System Red Green Blue C M Y K H S L
Decimal 238 161 15 0 0.32 0.94 0.07 39.28 0.88 0.5
Hex EE A1 F 0 20 5E 7 27 58 32
Octal 356 241 17 0 40 136 7 47 130 62
Binary 11101110 10100001 1111 0 100000 1011110 111 100111 1011000 110010

Color Harmonies of #EEA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA10F

Black with #EEA10F

Text Example


Text Example

White with #EEA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA10F; }

 p { color: rgb(238,161,15); }

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

background-color css

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

 a { background-color: rgb(238,161,15); }

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

border-color css

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

 span { border-color: rgb(238,161,15); }

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