Html Css Color HEX #EFA20C Gamboge

📋 copy color: '#EFA20C'

red 239 ◦ green 162 ◦ blue 12

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

Shades of Gamboge #EFA20C

Tints of Gamboge #EFA20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 57.87%
G = 39.23%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFA20C (or 0xEFA20C) is known color: Gamboge. HEX triplet: EF, A2 and 0C. RGB value is (239,162,12). Sum of RGB (Red+Green+Blue) = 239+162+12=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA20C is #105DF3. Grayscale: #A8A8A8. Windows color (decimal): -1072628 or 828143. OLE color: 828143.

HSL color Cylindrical-coordinate representation of color #EFA20C: hue angle of 39.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFA20C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 12 -
CMYK 0 0.32 0.95 0.06
HSL 39.65º 0.9% 0.49% -
HSV(B) 39.65º 0.95% 0.94% -
XYZ 48.58 44.22 6.32 -
YUV 167.92 40.01 178.7 -
System Red Green Blue C M Y K H S L
Decimal 239 162 12 0 0.32 0.95 0.06 39.65 0.9 0.49
Hex EF A2 C 0 20 5F 6 28 5A 31
Octal 357 242 14 0 40 137 6 50 132 61
Binary 11101111 10100010 1100 0 100000 1011111 110 101000 1011010 110001

Color Harmonies of #EFA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA20C

Black with #EFA20C

Text Example


Text Example

White with #EFA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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