Html Css Color HEX #EA9E14 Gamboge

📋 copy color: '#EA9E14'

red 234 ◦ green 158 ◦ blue 20

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

Shades of Gamboge #EA9E14

Tints of Gamboge #EA9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 20 (8.2% from 255) = 4.85%

R = 56.8%
G = 38.35%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA9E14 (or 0xEA9E14) is known color: Gamboge. HEX triplet: EA, 9E and 14. RGB value is (234,158,20). Sum of RGB (Red+Green+Blue) = 234+158+20=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9E14 is #1561EB. Grayscale: #A5A5A5. Windows color (decimal): -1401324 or 1351402. OLE color: 1351402.

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

Color convert

RGB 234 158 20 -
CMYK 0 0.32 0.91 0.08
HSL 38.69º 0.84% 0.5% -
HSV(B) 38.69º 0.91% 0.92% -
XYZ 46.28 42 6.33 -
YUV 164.99 46.18 177.22 -
System Red Green Blue C M Y K H S L
Decimal 234 158 20 0 0.32 0.91 0.08 38.69 0.84 0.5
Hex EA 9E 14 0 20 5B 8 27 54 32
Octal 352 236 24 0 40 133 10 47 124 62
Binary 11101010 10011110 10100 0 100000 1011011 1000 100111 1010100 110010

Color Harmonies of #EA9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E14

Black with #EA9E14

Text Example


Text Example

White with #EA9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E14; }

 p { color: rgb(234,158,20); }

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

background-color css

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

 a { background-color: rgb(234,158,20); }

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

border-color css

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

 span { border-color: rgb(234,158,20); }

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