Html Css Color HEX #EFA114 Gamboge

📋 copy color: '#EFA114'

red 239 ◦ green 161 ◦ blue 20

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

Shades of Gamboge #EFA114

Tints of Gamboge #EFA114

RGB

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

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

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

R = 56.9%
G = 38.33%
B = 4.76%

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

#EFA114 (or 0xEFA114) is known color: Gamboge. HEX triplet: EF, A1 and 14. RGB value is (239,161,20). Sum of RGB (Red+Green+Blue) = 239+161+20=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA114 is #105EEB. Grayscale: #A8A8A8. Windows color (decimal): -1072876 or 1352175. OLE color: 1352175.

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

Color convert

RGB 239 161 20 -
CMYK 0 0.33 0.92 0.06
HSL 38.63º 0.87% 0.51% -
HSV(B) 38.63º 0.92% 0.94% -
XYZ 48.47 43.89 6.58 -
YUV 168.25 44.34 178.46 -
System Red Green Blue C M Y K H S L
Decimal 239 161 20 0 0.33 0.92 0.06 38.63 0.87 0.51
Hex EF A1 14 0 21 5C 6 27 57 33
Octal 357 241 24 0 41 134 6 47 127 63
Binary 11101111 10100001 10100 0 100001 1011100 110 100111 1010111 110011

Color Harmonies of #EFA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA114

Black with #EFA114

Text Example


Text Example

White with #EFA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA114; }

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

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

background-color css

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

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

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

border-color css

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

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

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