Html Css Color HEX #EA970A Gamboge

📋 copy color: '#EA970A'

red 234 ◦ green 151 ◦ blue 10

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

Shades of Gamboge #EA970A

Tints of Gamboge #EA970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 59.24%
G = 38.23%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA970A (or 0xEA970A) is known color: Gamboge. HEX triplet: EA, 97 and 0A. RGB value is (234,151,10). Sum of RGB (Red+Green+Blue) = 234+151+10=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA970A is #1568F5. Grayscale: #A0A0A0. Windows color (decimal): -1403126 or 694250. OLE color: 694250.

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

Color convert

RGB 234 151 10 -
CMYK 0 0.35 0.96 0.08
HSL 37.77º 0.92% 0.48% -
HSV(B) 37.77º 0.96% 0.92% -
XYZ 45.05 39.65 5.57 -
YUV 159.74 43.5 180.96 -
System Red Green Blue C M Y K H S L
Decimal 234 151 10 0 0.35 0.96 0.08 37.77 0.92 0.48
Hex EA 97 A 0 23 60 8 26 5C 30
Octal 352 227 12 0 43 140 10 46 134 60
Binary 11101010 10010111 1010 0 100011 1100000 1000 100110 1011100 110000

Color Harmonies of #EA970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA970A

Black with #EA970A

Text Example


Text Example

White with #EA970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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