Html Css Color HEX #EA970C Gamboge

📋 copy color: '#EA970C'

red 234 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #EA970C

Tints of Gamboge #EA970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 58.94%
G = 38.04%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA970C (or 0xEA970C) is known color: Gamboge. HEX triplet: EA, 97 and 0C. RGB value is (234,151,12). Sum of RGB (Red+Green+Blue) = 234+151+12=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA970C is #1568F3. Grayscale: #A0A0A0. Windows color (decimal): -1403124 or 825322. OLE color: 825322.

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

Color convert

RGB 234 151 12 -
CMYK 0 0.35 0.95 0.08
HSL 37.57º 0.9% 0.48% -
HSV(B) 37.57º 0.95% 0.92% -
XYZ 45.06 39.65 5.63 -
YUV 159.97 44.5 180.8 -
System Red Green Blue C M Y K H S L
Decimal 234 151 12 0 0.35 0.95 0.08 37.57 0.9 0.48
Hex EA 97 C 0 23 5F 8 26 5A 30
Octal 352 227 14 0 43 137 10 46 132 60
Binary 11101010 10010111 1100 0 100011 1011111 1000 100110 1011010 110000

Color Harmonies of #EA970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA970C

Black with #EA970C

Text Example


Text Example

White with #EA970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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