Html Css Color HEX #EFA214 Gamboge

📋 copy color: '#EFA214'

red 239 ◦ green 162 ◦ blue 20

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

Shades of Gamboge #EFA214

Tints of Gamboge #EFA214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 56.77%
G = 38.48%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFA214 (or 0xEFA214) is known color: Gamboge. HEX triplet: EF, A2 and 14. RGB value is (239,162,20). Sum of RGB (Red+Green+Blue) = 239+162+20=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA214 is #105DEB. Grayscale: #A9A9A9. Windows color (decimal): -1072620 or 1352431. OLE color: 1352431.

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

Color convert

RGB 239 162 20 -
CMYK 0 0.32 0.92 0.06
HSL 38.9º 0.87% 0.51% -
HSV(B) 38.9º 0.92% 0.94% -
XYZ 48.64 44.24 6.64 -
YUV 168.84 44.01 178.05 -
System Red Green Blue C M Y K H S L
Decimal 239 162 20 0 0.32 0.92 0.06 38.9 0.87 0.51
Hex EF A2 14 0 20 5C 6 27 57 33
Octal 357 242 24 0 40 134 6 47 127 63
Binary 11101111 10100010 10100 0 100000 1011100 110 100111 1010111 110011

Color Harmonies of #EFA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA214

Black with #EFA214

Text Example


Text Example

White with #EFA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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