Html Css Color HEX #EB7D3A Pizazz

📋 copy color: '#EB7D3A'

red 235 ◦ green 125 ◦ blue 58

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

Shades of Pizazz #EB7D3A

Tints of Pizazz #EB7D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 56.22%
G = 29.9%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB7D3A (or 0xEB7D3A) is known color: Pizazz. HEX triplet: EB, 7D and 3A. RGB value is (235,125,58). Sum of RGB (Red+Green+Blue) = 235+125+58=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D3A is #1482C5. Grayscale: #969696. Windows color (decimal): -1344198 or 3833323. OLE color: 3833323.

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

Color convert

RGB 235 125 58 -
CMYK 0 0.47 0.75 0.08
HSL 22.71º 0.82% 0.57% -
HSV(B) 22.71º 0.75% 0.92% -
XYZ 42.36 32.63 8.07 -
YUV 150.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 235 125 58 0 0.47 0.75 0.08 22.71 0.82 0.57
Hex EB 7D 3A 0 2F 4B 8 17 52 39
Octal 353 175 72 0 57 113 10 27 122 71
Binary 11101011 1111101 111010 0 101111 1001011 1000 10111 1010010 111001

Color Harmonies of #EB7D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D3A

Black with #EB7D3A

Text Example


Text Example

White with #EB7D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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