Html Css Color HEX #EFA515 Gamboge

📋 copy color: '#EFA515'

red 239 ◦ green 165 ◦ blue 21

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

Shades of Gamboge #EFA515

Tints of Gamboge #EFA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

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

R = 56.24%
G = 38.82%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFA515 (or 0xEFA515) is known color: Gamboge. HEX triplet: EF, A5 and 15. RGB value is (239,165,21). Sum of RGB (Red+Green+Blue) = 239+165+21=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA515 is #105AEA. Grayscale: #ABABAB. Windows color (decimal): -1071851 or 1418735. OLE color: 1418735.

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

Color convert

RGB 239 165 21 -
CMYK 0 0.31 0.91 0.06
HSL 39.63º 0.87% 0.51% -
HSV(B) 39.63º 0.91% 0.94% -
XYZ 49.19 45.32 6.86 -
YUV 170.71 43.52 176.71 -
System Red Green Blue C M Y K H S L
Decimal 239 165 21 0 0.31 0.91 0.06 39.63 0.87 0.51
Hex EF A5 15 0 1F 5B 6 28 57 33
Octal 357 245 25 0 37 133 6 50 127 63
Binary 11101111 10100101 10101 0 11111 1011011 110 101000 1010111 110011

Color Harmonies of #EFA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA515

Black with #EFA515

Text Example


Text Example

White with #EFA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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