Html Css Color HEX #EFA018 Gamboge

📋 copy color: '#EFA018'

red 239 ◦ green 160 ◦ blue 24

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

Shades of Gamboge #EFA018

Tints of Gamboge #EFA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

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

R = 56.5%
G = 37.83%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFA018 (or 0xEFA018) is known color: Gamboge. HEX triplet: EF, A0 and 18. RGB value is (239,160,24). Sum of RGB (Red+Green+Blue) = 239+160+24=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA018 is #105FE7. Grayscale: #A8A8A8. Windows color (decimal): -1073128 or 1614063. OLE color: 1614063.

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

Color convert

RGB 239 160 24 -
CMYK 0 0.33 0.90 0.06
HSL 37.95º 0.87% 0.52% -
HSV(B) 37.95º 0.9% 0.94% -
XYZ 48.33 43.56 6.72 -
YUV 168.12 46.67 178.56 -
System Red Green Blue C M Y K H S L
Decimal 239 160 24 0 0.33 0.90 0.06 37.95 0.87 0.52
Hex EF A0 18 0 21 5A 6 26 57 34
Octal 357 240 30 0 41 132 6 46 127 64
Binary 11101111 10100000 11000 0 100001 1011010 110 100110 1010111 110100

Color Harmonies of #EFA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA018

Black with #EFA018

Text Example


Text Example

White with #EFA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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