Html Css Color HEX #EEA50C Gamboge

📋 copy color: '#EEA50C'

red 238 ◦ green 165 ◦ blue 12

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

Shades of Gamboge #EEA50C

Tints of Gamboge #EEA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 57.35%
G = 39.76%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA50C (or 0xEEA50C) is known color: Gamboge. HEX triplet: EE, A5 and 0C. RGB value is (238,165,12). Sum of RGB (Red+Green+Blue) = 238+165+12=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA50C is #115AF3. Grayscale: #AAAAAA. Windows color (decimal): -1137396 or 828910. OLE color: 828910.

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

Color convert

RGB 238 165 12 -
CMYK 0 0.31 0.95 0.07
HSL 40.62º 0.9% 0.49% -
HSV(B) 40.62º 0.95% 0.93% -
XYZ 48.78 45.11 6.48 -
YUV 169.39 39.18 176.94 -
System Red Green Blue C M Y K H S L
Decimal 238 165 12 0 0.31 0.95 0.07 40.62 0.9 0.49
Hex EE A5 C 0 1F 5F 7 29 5A 31
Octal 356 245 14 0 37 137 7 51 132 61
Binary 11101110 10100101 1100 0 11111 1011111 111 101001 1011010 110001

Color Harmonies of #EEA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA50C

Black with #EEA50C

Text Example


Text Example

White with #EEA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA50C; }

 p { color: rgb(238,165,12); }

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

background-color css

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

 a { background-color: rgb(238,165,12); }

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

border-color css

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

 span { border-color: rgb(238,165,12); }

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