Html Css Color HEX #EA9F01 Gamboge

📋 copy color: '#EA9F01'

red 234 ◦ green 159 ◦ blue 1

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

Shades of Gamboge #EA9F01

Tints of Gamboge #EA9F01

RGB

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

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

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

R = 59.39%
G = 40.36%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA9F01 (or 0xEA9F01) is known color: Gamboge. HEX triplet: EA, 9F and 01. RGB value is (234,159,1). Sum of RGB (Red+Green+Blue) = 234+159+1=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F01 is #1560FE. Grayscale: #A4A4A4. Windows color (decimal): -1401087 or 106474. OLE color: 106474.

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

Color convert

RGB 234 159 1 -
CMYK 0 0.32 1.00 0.08
HSL 40.69º 0.99% 0.46% -
HSV(B) 40.69º 1% 0.92% -
XYZ 46.34 42.29 5.75 -
YUV 163.41 36.35 178.35 -
System Red Green Blue C M Y K H S L
Decimal 234 159 1 0 0.32 1.00 0.08 40.69 0.99 0.46
Hex EA 9F 1 0 20 64 8 29 63 2E
Octal 352 237 1 0 40 144 10 51 143 56
Binary 11101010 10011111 1 0 100000 1100100 1000 101001 1100011 101110

Color Harmonies of #EA9F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F01

Black with #EA9F01

Text Example


Text Example

White with #EA9F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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