Html Css Color HEX #EFA113 Gamboge

📋 copy color: '#EFA113'

red 239 ◦ green 161 ◦ blue 19

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

Shades of Gamboge #EFA113

Tints of Gamboge #EFA113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 57.04%
G = 38.42%
B = 4.53%

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

#EFA113 (or 0xEFA113) is known color: Gamboge. HEX triplet: EF, A1 and 13. RGB value is (239,161,19). Sum of RGB (Red+Green+Blue) = 239+161+19=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA113 is #105EEC. Grayscale: #A8A8A8. Windows color (decimal): -1072877 or 1286639. OLE color: 1286639.

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

Color convert

RGB 239 161 19 -
CMYK 0 0.33 0.92 0.06
HSL 38.73º 0.87% 0.51% -
HSV(B) 38.73º 0.92% 0.94% -
XYZ 48.46 43.89 6.53 -
YUV 168.13 43.84 178.55 -
System Red Green Blue C M Y K H S L
Decimal 239 161 19 0 0.33 0.92 0.06 38.73 0.87 0.51
Hex EF A1 13 0 21 5C 6 27 57 33
Octal 357 241 23 0 41 134 6 47 127 63
Binary 11101111 10100001 10011 0 100001 1011100 110 100111 1010111 110011

Color Harmonies of #EFA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA113

Black with #EFA113

Text Example


Text Example

White with #EFA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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