Html Css Color HEX #EA9F06 Gamboge

📋 copy color: '#EA9F06'

red 234 ◦ green 159 ◦ blue 6

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

Shades of Gamboge #EA9F06

Tints of Gamboge #EA9F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 58.65%
G = 39.85%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9F06 (or 0xEA9F06) is known color: Gamboge. HEX triplet: EA, 9F and 06. RGB value is (234,159,6). Sum of RGB (Red+Green+Blue) = 234+159+6=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F06 is #1560F9. Grayscale: #A4A4A4. Windows color (decimal): -1401082 or 434154. OLE color: 434154.

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

Color convert

RGB 234 159 6 -
CMYK 0 0.32 0.97 0.08
HSL 40.26º 0.95% 0.47% -
HSV(B) 40.26º 0.97% 0.92% -
XYZ 46.36 42.3 5.89 -
YUV 163.98 38.85 177.94 -
System Red Green Blue C M Y K H S L
Decimal 234 159 6 0 0.32 0.97 0.08 40.26 0.95 0.47
Hex EA 9F 6 0 20 61 8 28 5F 2F
Octal 352 237 6 0 40 141 10 50 137 57
Binary 11101010 10011111 110 0 100000 1100001 1000 101000 1011111 101111

Color Harmonies of #EA9F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F06

Black with #EA9F06

Text Example


Text Example

White with #EA9F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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