Html Css Color HEX #EFA516 Gamboge

📋 copy color: '#EFA516'

red 239 ◦ green 165 ◦ blue 22

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

Shades of Gamboge #EFA516

Tints of Gamboge #EFA516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.16%

R = 56.1%
G = 38.73%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFA516 (or 0xEFA516) is known color: Gamboge. HEX triplet: EF, A5 and 16. RGB value is (239,165,22). Sum of RGB (Red+Green+Blue) = 239+165+22=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA516 is #105AE9. Grayscale: #ABABAB. Windows color (decimal): -1071850 or 1484271. OLE color: 1484271.

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

Color convert

RGB 239 165 22 -
CMYK 0 0.31 0.91 0.06
HSL 39.54º 0.87% 0.51% -
HSV(B) 39.54º 0.91% 0.94% -
XYZ 49.2 45.32 6.91 -
YUV 170.82 44.02 176.63 -
System Red Green Blue C M Y K H S L
Decimal 239 165 22 0 0.31 0.91 0.06 39.54 0.87 0.51
Hex EF A5 16 0 1F 5B 6 28 57 33
Octal 357 245 26 0 37 133 6 50 127 63
Binary 11101111 10100101 10110 0 11111 1011011 110 101000 1010111 110011

Color Harmonies of #EFA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA516

Black with #EFA516

Text Example


Text Example

White with #EFA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA516; }

 p { color: rgb(239,165,22); }

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

background-color css

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

 a { background-color: rgb(239,165,22); }

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

border-color css

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

 span { border-color: rgb(239,165,22); }

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