Html Css Color HEX #EA9514 Gamboge

📋 copy color: '#EA9514'

red 234 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #EA9514

Tints of Gamboge #EA9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 58.06%
G = 36.97%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA9514 (or 0xEA9514) is known color: Gamboge. HEX triplet: EA, 95 and 14. RGB value is (234,149,20). Sum of RGB (Red+Green+Blue) = 234+149+20=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9514 is #156AEB. Grayscale: #A0A0A0. Windows color (decimal): -1403628 or 1349098. OLE color: 1349098.

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

Color convert

RGB 234 149 20 -
CMYK 0 0.36 0.91 0.08
HSL 36.17º 0.84% 0.5% -
HSV(B) 36.17º 0.91% 0.92% -
XYZ 44.81 39.04 5.84 -
YUV 159.71 49.16 180.99 -
System Red Green Blue C M Y K H S L
Decimal 234 149 20 0 0.36 0.91 0.08 36.17 0.84 0.5
Hex EA 95 14 0 24 5B 8 24 54 32
Octal 352 225 24 0 44 133 10 44 124 62
Binary 11101010 10010101 10100 0 100100 1011011 1000 100100 1010100 110010

Color Harmonies of #EA9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9514

Black with #EA9514

Text Example


Text Example

White with #EA9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9514; }

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

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

background-color css

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

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

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

border-color css

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

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

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