Html Css Color HEX #EFA105 Gamboge

📋 copy color: '#EFA105'

red 239 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #EFA105

Tints of Gamboge #EFA105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 59.01%
G = 39.75%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFA105 (or 0xEFA105) is known color: Gamboge. HEX triplet: EF, A1 and 05. RGB value is (239,161,5). Sum of RGB (Red+Green+Blue) = 239+161+5=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA105 is #105EFA. Grayscale: #A7A7A7. Windows color (decimal): -1072891 or 369135. OLE color: 369135.

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

Color convert

RGB 239 161 5 -
CMYK 0 0.33 0.98 0.06
HSL 40º 0.96% 0.48% -
HSV(B) 40º 0.98% 0.94% -
XYZ 48.37 43.85 6.06 -
YUV 166.54 36.84 179.68 -
System Red Green Blue C M Y K H S L
Decimal 239 161 5 0 0.33 0.98 0.06 40 0.96 0.48
Hex EF A1 5 0 21 62 6 28 60 30
Octal 357 241 5 0 41 142 6 50 140 60
Binary 11101111 10100001 101 0 100001 1100010 110 101000 1100000 110000

Color Harmonies of #EFA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA105

Black with #EFA105

Text Example


Text Example

White with #EFA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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