Html Css Color HEX #EFA010 Gamboge

📋 copy color: '#EFA010'

red 239 ◦ green 160 ◦ blue 16

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

Shades of Gamboge #EFA010

Tints of Gamboge #EFA010

RGB

 RED value IS 239 (93.75% from 255) = 57.59%

 GREEN value IS 160 (62.89% from 255) = 38.55%

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 57.59%
G = 38.55%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFA010 (or 0xEFA010) is known color: Gamboge. HEX triplet: EF, A0 and 10. RGB value is (239,160,16). Sum of RGB (Red+Green+Blue) = 239+160+16=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA010 is #105FEF. Grayscale: #A7A7A7. Windows color (decimal): -1073136 or 1089775. OLE color: 1089775.

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

Color convert

RGB 239 160 16 -
CMYK 0 0.33 0.93 0.06
HSL 38.74º 0.87% 0.5% -
HSV(B) 38.74º 0.93% 0.94% -
XYZ 48.26 43.53 6.35 -
YUV 167.21 42.67 179.21 -
System Red Green Blue C M Y K H S L
Decimal 239 160 16 0 0.33 0.93 0.06 38.74 0.87 0.5
Hex EF A0 10 0 21 5D 6 27 57 32
Octal 357 240 20 0 41 135 6 47 127 62
Binary 11101111 10100000 10000 0 100001 1011101 110 100111 1010111 110010

Color Harmonies of #EFA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA010

Black with #EFA010

Text Example


Text Example

White with #EFA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA010; }

 p { color: rgb(239,160,16); }

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

background-color css

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

 a { background-color: rgb(239,160,16); }

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

border-color css

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

 span { border-color: rgb(239,160,16); }

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