Html Css Color HEX #EFA205 Gamboge

📋 copy color: '#EFA205'

red 239 ◦ green 162 ◦ blue 5

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

Shades of Gamboge #EFA205

Tints of Gamboge #EFA205

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.9%

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

R = 58.87%
G = 39.9%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFA205 (or 0xEFA205) is known color: Gamboge. HEX triplet: EF, A2 and 05. RGB value is (239,162,5). Sum of RGB (Red+Green+Blue) = 239+162+5=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA205 is #105DFA. Grayscale: #A7A7A7. Windows color (decimal): -1072635 or 369391. OLE color: 369391.

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

Color convert

RGB 239 162 5 -
CMYK 0 0.32 0.98 0.06
HSL 40.26º 0.96% 0.48% -
HSV(B) 40.26º 0.98% 0.94% -
XYZ 48.54 44.2 6.12 -
YUV 167.13 36.51 179.27 -
System Red Green Blue C M Y K H S L
Decimal 239 162 5 0 0.32 0.98 0.06 40.26 0.96 0.48
Hex EF A2 5 0 20 62 6 28 60 30
Octal 357 242 5 0 40 142 6 50 140 60
Binary 11101111 10100010 101 0 100000 1100010 110 101000 1100000 110000

Color Harmonies of #EFA205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA205

Black with #EFA205

Text Example


Text Example

White with #EFA205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA205; }

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

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

background-color css

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

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

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

border-color css

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

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

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