Html Css Color HEX #EA9F0E Gamboge

📋 copy color: '#EA9F0E'

red 234 ◦ green 159 ◦ blue 14

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

Shades of Gamboge #EA9F0E

Tints of Gamboge #EA9F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 57.49%
G = 39.07%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA9F0E (or 0xEA9F0E) is known color: Gamboge. HEX triplet: EA, 9F and 0E. RGB value is (234,159,14). Sum of RGB (Red+Green+Blue) = 234+159+14=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F0E is #1560F1. Grayscale: #A5A5A5. Windows color (decimal): -1401074 or 958442. OLE color: 958442.

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

Color convert

RGB 234 159 14 -
CMYK 0 0.32 0.94 0.08
HSL 39.55º 0.89% 0.49% -
HSV(B) 39.55º 0.94% 0.92% -
XYZ 46.41 42.32 6.14 -
YUV 164.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 234 159 14 0 0.32 0.94 0.08 39.55 0.89 0.49
Hex EA 9F E 0 20 5E 8 28 59 31
Octal 352 237 16 0 40 136 10 50 131 61
Binary 11101010 10011111 1110 0 100000 1011110 1000 101000 1011001 110001

Color Harmonies of #EA9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F0E

Black with #EA9F0E

Text Example


Text Example

White with #EA9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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