Html Css Color HEX #EB7D3C Pizazz

📋 copy color: '#EB7D3C'

red 235 ◦ green 125 ◦ blue 60

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

Shades of Pizazz #EB7D3C

Tints of Pizazz #EB7D3C

RGB

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

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

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

R = 55.95%
G = 29.76%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB7D3C (or 0xEB7D3C) is known color: Pizazz. HEX triplet: EB, 7D and 3C. RGB value is (235,125,60). Sum of RGB (Red+Green+Blue) = 235+125+60=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D3C is #1482C3. Grayscale: #969696. Windows color (decimal): -1344196 or 3964395. OLE color: 3964395.

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

Color convert

RGB 235 125 60 -
CMYK 0 0.47 0.74 0.08
HSL 22.29º 0.81% 0.58% -
HSV(B) 22.29º 0.74% 0.92% -
XYZ 42.41 32.66 8.34 -
YUV 150.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 235 125 60 0 0.47 0.74 0.08 22.29 0.81 0.58
Hex EB 7D 3C 0 2F 4A 8 16 51 3A
Octal 353 175 74 0 57 112 10 26 121 72
Binary 11101011 1111101 111100 0 101111 1001010 1000 10110 1010001 111010

Color Harmonies of #EB7D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D3C

Black with #EB7D3C

Text Example


Text Example

White with #EB7D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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