Html Css Color HEX #EA9414 Gamboge

📋 copy color: '#EA9414'

red 234 ◦ green 148 ◦ blue 20

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

Shades of Gamboge #EA9414

Tints of Gamboge #EA9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 58.21%
G = 36.82%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA9414 (or 0xEA9414) is known color: Gamboge. HEX triplet: EA, 94 and 14. RGB value is (234,148,20). Sum of RGB (Red+Green+Blue) = 234+148+20=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9414 is #156BEB. Grayscale: #9F9F9F. Windows color (decimal): -1403884 or 1348842. OLE color: 1348842.

HSL color Cylindrical-coordinate representation of color #EA9414: hue angle of 35.89º 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 #EA9414 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 148 20 -
CMYK 0 0.37 0.91 0.08
HSL 35.89º 0.84% 0.5% -
HSV(B) 35.89º 0.91% 0.92% -
XYZ 44.65 38.72 5.78 -
YUV 159.12 49.49 181.41 -
System Red Green Blue C M Y K H S L
Decimal 234 148 20 0 0.37 0.91 0.08 35.89 0.84 0.5
Hex EA 94 14 0 25 5B 8 24 54 32
Octal 352 224 24 0 45 133 10 44 124 62
Binary 11101010 10010100 10100 0 100101 1011011 1000 100100 1010100 110010

Color Harmonies of #EA9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9414

Black with #EA9414

Text Example


Text Example

White with #EA9414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9414; }

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

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

background-color css

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

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

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

border-color css

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

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

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