Html Css Color HEX #EA9F18 Gamboge

📋 copy color: '#EA9F18'

red 234 ◦ green 159 ◦ blue 24

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

Shades of Gamboge #EA9F18

Tints of Gamboge #EA9F18

RGB

 RED value IS 234 (91.8% from 255) = 56.12%

 GREEN value IS 159 (62.5% from 255) = 38.13%

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

R = 56.12%
G = 38.13%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA9F18 (or 0xEA9F18) is known color: Gamboge. HEX triplet: EA, 9F and 18. RGB value is (234,159,24). Sum of RGB (Red+Green+Blue) = 234+159+24=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F18 is #1560E7. Grayscale: #A6A6A6. Windows color (decimal): -1401064 or 1613802. OLE color: 1613802.

HSL color Cylindrical-coordinate representation of color #EA9F18: hue angle of 38.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA9F18 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 24 -
CMYK 0 0.32 0.90 0.08
HSL 38.57º 0.83% 0.51% -
HSV(B) 38.57º 0.9% 0.92% -
XYZ 46.49 42.35 6.59 -
YUV 166.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 234 159 24 0 0.32 0.90 0.08 38.57 0.83 0.51
Hex EA 9F 18 0 20 5A 8 27 53 33
Octal 352 237 30 0 40 132 10 47 123 63
Binary 11101010 10011111 11000 0 100000 1011010 1000 100111 1010011 110011

Color Harmonies of #EA9F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F18

Black with #EA9F18

Text Example


Text Example

White with #EA9F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F18; }

 p { color: rgb(234,159,24); }

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

background-color css

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

 a { background-color: rgb(234,159,24); }

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

border-color css

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

 span { border-color: rgb(234,159,24); }

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