Html Css Color HEX #EA9501 Gamboge

📋 copy color: '#EA9501'

red 234 ◦ green 149 ◦ blue 1

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

Shades of Gamboge #EA9501

Tints of Gamboge #EA9501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 60.94%
G = 38.8%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA9501 (or 0xEA9501) is known color: Gamboge. HEX triplet: EA, 95 and 01. RGB value is (234,149,1). Sum of RGB (Red+Green+Blue) = 234+149+1=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9501 is #156AFE. Grayscale: #9E9E9E. Windows color (decimal): -1403647 or 103914. OLE color: 103914.

HSL color Cylindrical-coordinate representation of color #EA9501: hue angle of 38.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA9501 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 1 -
CMYK 0 0.36 1.00 0.08
HSL 38.11º 0.99% 0.46% -
HSV(B) 38.11º 1% 0.92% -
XYZ 44.68 38.99 5.2 -
YUV 157.54 39.66 182.53 -
System Red Green Blue C M Y K H S L
Decimal 234 149 1 0 0.36 1.00 0.08 38.11 0.99 0.46
Hex EA 95 1 0 24 64 8 26 63 2E
Octal 352 225 1 0 44 144 10 46 143 56
Binary 11101010 10010101 1 0 100100 1100100 1000 100110 1100011 101110

Color Harmonies of #EA9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9501

Black with #EA9501

Text Example


Text Example

White with #EA9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9501; }

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

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

background-color css

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

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

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

border-color css

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

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

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