Html Css Color HEX #EB7D40 Pizazz

📋 copy color: '#EB7D40'

red 235 ◦ green 125 ◦ blue 64

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

Shades of Pizazz #EB7D40

Tints of Pizazz #EB7D40

RGB

 RED value IS 235 (92.19% from 255) = 55.42%

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 55.42%
G = 29.48%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB7D40 (or 0xEB7D40) is known color: Pizazz. HEX triplet: EB, 7D and 40. RGB value is (235,125,64). Sum of RGB (Red+Green+Blue) = 235+125+64=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D40 is #1482BF. Grayscale: #979797. Windows color (decimal): -1344192 or 4226539. OLE color: 4226539.

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

Color convert

RGB 235 125 64 -
CMYK 0 0.47 0.73 0.08
HSL 21.4º 0.81% 0.59% -
HSV(B) 21.4º 0.73% 0.92% -
XYZ 42.52 32.7 8.92 -
YUV 150.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 235 125 64 0 0.47 0.73 0.08 21.4 0.81 0.59
Hex EB 7D 40 0 2F 49 8 15 51 3B
Octal 353 175 100 0 57 111 10 25 121 73
Binary 11101011 1111101 1000000 0 101111 1001001 1000 10101 1010001 111011

Color Harmonies of #EB7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D40

Black with #EB7D40

Text Example


Text Example

White with #EB7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D40; }

 p { color: rgb(235,125,64); }

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

background-color css

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

 a { background-color: rgb(235,125,64); }

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

border-color css

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

 span { border-color: rgb(235,125,64); }

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