Html Css Color HEX #EA970E Gamboge

📋 copy color: '#EA970E'

red 234 ◦ green 151 ◦ blue 14

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

Shades of Gamboge #EA970E

Tints of Gamboge #EA970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

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

R = 58.65%
G = 37.84%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA970E (or 0xEA970E) is known color: Gamboge. HEX triplet: EA, 97 and 0E. RGB value is (234,151,14). Sum of RGB (Red+Green+Blue) = 234+151+14=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA970E is #1568F1. Grayscale: #A0A0A0. Windows color (decimal): -1403122 or 956394. OLE color: 956394.

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

Color convert

RGB 234 151 14 -
CMYK 0 0.35 0.94 0.08
HSL 37.36º 0.89% 0.49% -
HSV(B) 37.36º 0.94% 0.92% -
XYZ 45.08 39.66 5.69 -
YUV 160.2 45.5 180.64 -
System Red Green Blue C M Y K H S L
Decimal 234 151 14 0 0.35 0.94 0.08 37.36 0.89 0.49
Hex EA 97 E 0 23 5E 8 25 59 31
Octal 352 227 16 0 43 136 10 45 131 61
Binary 11101010 10010111 1110 0 100011 1011110 1000 100101 1011001 110001

Color Harmonies of #EA970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA970E

Black with #EA970E

Text Example


Text Example

White with #EA970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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