Html Css Color HEX #EA9F04 Gamboge

📋 copy color: '#EA9F04'

red 234 ◦ green 159 ◦ blue 4

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

Shades of Gamboge #EA9F04

Tints of Gamboge #EA9F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 58.94%
G = 40.05%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA9F04 (or 0xEA9F04) is known color: Gamboge. HEX triplet: EA, 9F and 04. RGB value is (234,159,4). Sum of RGB (Red+Green+Blue) = 234+159+4=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F04 is #1560FB. Grayscale: #A4A4A4. Windows color (decimal): -1401084 or 303082. OLE color: 303082.

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

Color convert

RGB 234 159 4 -
CMYK 0 0.32 0.98 0.08
HSL 40.43º 0.97% 0.47% -
HSV(B) 40.43º 0.98% 0.92% -
XYZ 46.35 42.3 5.84 -
YUV 163.76 37.85 178.1 -
System Red Green Blue C M Y K H S L
Decimal 234 159 4 0 0.32 0.98 0.08 40.43 0.97 0.47
Hex EA 9F 4 0 20 62 8 28 61 2F
Octal 352 237 4 0 40 142 10 50 141 57
Binary 11101010 10011111 100 0 100000 1100010 1000 101000 1100001 101111

Color Harmonies of #EA9F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F04

Black with #EA9F04

Text Example


Text Example

White with #EA9F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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