Html Css Color HEX #EFA116 Gamboge

📋 copy color: '#EFA116'

red 239 ◦ green 161 ◦ blue 22

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

Shades of Gamboge #EFA116

Tints of Gamboge #EFA116

RGB

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

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

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

R = 56.64%
G = 38.15%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFA116 (or 0xEFA116) is known color: Gamboge. HEX triplet: EF, A1 and 16. RGB value is (239,161,22). Sum of RGB (Red+Green+Blue) = 239+161+22=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA116 is #105EE9. Grayscale: #A9A9A9. Windows color (decimal): -1072874 or 1483247. OLE color: 1483247.

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

Color convert

RGB 239 161 22 -
CMYK 0 0.33 0.91 0.06
HSL 38.43º 0.87% 0.51% -
HSV(B) 38.43º 0.91% 0.94% -
XYZ 48.49 43.9 6.68 -
YUV 168.48 45.34 178.3 -
System Red Green Blue C M Y K H S L
Decimal 239 161 22 0 0.33 0.91 0.06 38.43 0.87 0.51
Hex EF A1 16 0 21 5B 6 26 57 33
Octal 357 241 26 0 41 133 6 46 127 63
Binary 11101111 10100001 10110 0 100001 1011011 110 100110 1010111 110011

Color Harmonies of #EFA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA116

Black with #EFA116

Text Example


Text Example

White with #EFA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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