Html Css Color HEX #EFA215 Gamboge

📋 copy color: '#EFA215'

red 239 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #EFA215

Tints of Gamboge #EFA215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.98%

R = 56.64%
G = 38.39%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFA215 (or 0xEFA215) is known color: Gamboge. HEX triplet: EF, A2 and 15. RGB value is (239,162,21). Sum of RGB (Red+Green+Blue) = 239+162+21=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA215 is #105DEA. Grayscale: #A9A9A9. Windows color (decimal): -1072619 or 1417967. OLE color: 1417967.

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

Color convert

RGB 239 162 21 -
CMYK 0 0.32 0.91 0.06
HSL 38.81º 0.87% 0.51% -
HSV(B) 38.81º 0.91% 0.94% -
XYZ 48.65 44.25 6.69 -
YUV 168.95 44.51 177.96 -
System Red Green Blue C M Y K H S L
Decimal 239 162 21 0 0.32 0.91 0.06 38.81 0.87 0.51
Hex EF A2 15 0 20 5B 6 27 57 33
Octal 357 242 25 0 40 133 6 47 127 63
Binary 11101111 10100010 10101 0 100000 1011011 110 100111 1010111 110011

Color Harmonies of #EFA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA215

Black with #EFA215

Text Example


Text Example

White with #EFA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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