Html Css Color HEX #EA9F13 Gamboge

📋 copy color: '#EA9F13'

red 234 ◦ green 159 ◦ blue 19

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

Shades of Gamboge #EA9F13

Tints of Gamboge #EA9F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 56.8%
G = 38.59%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA9F13 (or 0xEA9F13) is known color: Gamboge. HEX triplet: EA, 9F and 13. RGB value is (234,159,19). Sum of RGB (Red+Green+Blue) = 234+159+19=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F13 is #1560EC. Grayscale: #A6A6A6. Windows color (decimal): -1401069 or 1286122. OLE color: 1286122.

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

Color convert

RGB 234 159 19 -
CMYK 0 0.32 0.92 0.08
HSL 39.07º 0.85% 0.5% -
HSV(B) 39.07º 0.92% 0.92% -
XYZ 46.45 42.34 6.34 -
YUV 165.47 45.35 176.88 -
System Red Green Blue C M Y K H S L
Decimal 234 159 19 0 0.32 0.92 0.08 39.07 0.85 0.5
Hex EA 9F 13 0 20 5C 8 27 55 32
Octal 352 237 23 0 40 134 10 47 125 62
Binary 11101010 10011111 10011 0 100000 1011100 1000 100111 1010101 110010

Color Harmonies of #EA9F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F13

Black with #EA9F13

Text Example


Text Example

White with #EA9F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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