Html Css Color HEX #EFA518 Gamboge

📋 copy color: '#EFA518'

red 239 ◦ green 165 ◦ blue 24

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

Shades of Gamboge #EFA518

Tints of Gamboge #EFA518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 55.84%
G = 38.55%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFA518 (or 0xEFA518) is known color: Gamboge. HEX triplet: EF, A5 and 18. RGB value is (239,165,24). Sum of RGB (Red+Green+Blue) = 239+165+24=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA518 is #105AE7. Grayscale: #ABABAB. Windows color (decimal): -1071848 or 1615343. OLE color: 1615343.

HSL color Cylindrical-coordinate representation of color #EFA518: hue angle of 39.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFA518 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 24 -
CMYK 0 0.31 0.90 0.06
HSL 39.35º 0.87% 0.52% -
HSV(B) 39.35º 0.9% 0.94% -
XYZ 49.22 45.33 7.02 -
YUV 171.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 239 165 24 0 0.31 0.90 0.06 39.35 0.87 0.52
Hex EF A5 18 0 1F 5A 6 27 57 34
Octal 357 245 30 0 37 132 6 47 127 64
Binary 11101111 10100101 11000 0 11111 1011010 110 100111 1010111 110100

Color Harmonies of #EFA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA518

Black with #EFA518

Text Example


Text Example

White with #EFA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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