Html Css Color HEX #EA763C Pizazz

📋 copy color: '#EA763C'

red 234 ◦ green 118 ◦ blue 60

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

Shades of Pizazz #EA763C

Tints of Pizazz #EA763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 60 (23.83% from 255) = 14.56%

R = 56.8%
G = 28.64%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA763C (or 0xEA763C) is known color: Pizazz. HEX triplet: EA, 76 and 3C. RGB value is (234,118,60). Sum of RGB (Red+Green+Blue) = 234+118+60=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA763C is #1589C3. Grayscale: #929292. Windows color (decimal): -1411524 or 3962602. OLE color: 3962602.

HSL color Cylindrical-coordinate representation of color #EA763C: hue angle of 20º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA763C is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 60 -
CMYK 0 0.50 0.74 0.08
HSL 20º 0.81% 0.58% -
HSV(B) 20º 0.74% 0.92% -
XYZ 41.23 30.78 8.04 -
YUV 146.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 234 118 60 0 0.50 0.74 0.08 20 0.81 0.58
Hex EA 76 3C 0 32 4A 8 14 51 3A
Octal 352 166 74 0 62 112 10 24 121 72
Binary 11101010 1110110 111100 0 110010 1001010 1000 10100 1010001 111010

Color Harmonies of #EA763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA763C

Black with #EA763C

Text Example


Text Example

White with #EA763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA763C; }

 p { color: rgb(234,118,60); }

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

background-color css

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

 a { background-color: rgb(234,118,60); }

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

border-color css

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

 span { border-color: rgb(234,118,60); }

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