Html Css Color HEX #EFA118 Gamboge

📋 copy color: '#EFA118'

red 239 ◦ green 161 ◦ blue 24

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

Shades of Gamboge #EFA118

Tints of Gamboge #EFA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

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

R = 56.37%
G = 37.97%
B = 5.66%

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

#EFA118 (or 0xEFA118) is known color: Gamboge. HEX triplet: EF, A1 and 18. RGB value is (239,161,24). Sum of RGB (Red+Green+Blue) = 239+161+24=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA118 is #105EE7. Grayscale: #A9A9A9. Windows color (decimal): -1072872 or 1614319. OLE color: 1614319.

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

Color convert

RGB 239 161 24 -
CMYK 0 0.33 0.90 0.06
HSL 38.23º 0.87% 0.52% -
HSV(B) 38.23º 0.9% 0.94% -
XYZ 48.51 43.91 6.78 -
YUV 168.7 46.34 178.14 -
System Red Green Blue C M Y K H S L
Decimal 239 161 24 0 0.33 0.90 0.06 38.23 0.87 0.52
Hex EF A1 18 0 21 5A 6 26 57 34
Octal 357 241 30 0 41 132 6 46 127 64
Binary 11101111 10100001 11000 0 100001 1011010 110 100110 1010111 110100

Color Harmonies of #EFA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA118

Black with #EFA118

Text Example


Text Example

White with #EFA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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