Html Css Color HEX #EFA014 Gamboge

📋 copy color: '#EFA014'

red 239 ◦ green 160 ◦ blue 20

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

Shades of Gamboge #EFA014

Tints of Gamboge #EFA014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 57.04%
G = 38.19%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFA014 (or 0xEFA014) is known color: Gamboge. HEX triplet: EF, A0 and 14. RGB value is (239,160,20). Sum of RGB (Red+Green+Blue) = 239+160+20=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA014 is #105FEB. Grayscale: #A8A8A8. Windows color (decimal): -1073132 or 1351919. OLE color: 1351919.

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

Color convert

RGB 239 160 20 -
CMYK 0 0.33 0.92 0.06
HSL 38.36º 0.87% 0.51% -
HSV(B) 38.36º 0.92% 0.94% -
XYZ 48.29 43.54 6.52 -
YUV 167.66 44.67 178.88 -
System Red Green Blue C M Y K H S L
Decimal 239 160 20 0 0.33 0.92 0.06 38.36 0.87 0.51
Hex EF A0 14 0 21 5C 6 26 57 33
Octal 357 240 24 0 41 134 6 46 127 63
Binary 11101111 10100000 10100 0 100001 1011100 110 100110 1010111 110011

Color Harmonies of #EFA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA014

Black with #EFA014

Text Example


Text Example

White with #EFA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA014; }

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

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

background-color css

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

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

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

border-color css

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

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

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