Html Css Color HEX #EA9F00 Gamboge

📋 copy color: '#EA9F00'

red 234 ◦ green 159 ◦ blue 0

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

Shades of Gamboge #EA9F00

Tints of Gamboge #EA9F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.54%
G = 40.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA9F00 (or 0xEA9F00) is known color: Gamboge. HEX triplet: EA, 9F and 00. RGB value is (234,159,0). Sum of RGB (Red+Green+Blue) = 234+159+0=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F00 is #1560FF. Grayscale: #A4A4A4. Windows color (decimal): -1401088 or 40938. OLE color: 40938.

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

Color convert

RGB 234 159 0 -
CMYK 0 0.32 1 0.08
HSL 40.77º 1% 0.46% -
HSV(B) 40.77º 1% 0.92% -
XYZ 46.33 42.29 5.72 -
YUV 163.3 35.85 178.43 -
System Red Green Blue C M Y K H S L
Decimal 234 159 0 0 0.32 1 0.08 40.77 1 0.46
Hex EA 9F 0 0 20 64 8 29 64 2E
Octal 352 237 0 0 40 144 10 51 144 56
Binary 11101010 10011111 0 0 100000 1100100 1000 101001 1100100 101110

Color Harmonies of #EA9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F00

Black with #EA9F00

Text Example


Text Example

White with #EA9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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