Html Css Color HEX #EB7D3E Pizazz

📋 copy color: '#EB7D3E'

red 235 ◦ green 125 ◦ blue 62

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

Shades of Pizazz #EB7D3E

Tints of Pizazz #EB7D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 55.69%
G = 29.62%
B = 14.69%

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

#EB7D3E (or 0xEB7D3E) is known color: Pizazz. HEX triplet: EB, 7D and 3E. RGB value is (235,125,62). Sum of RGB (Red+Green+Blue) = 235+125+62=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D3E is #1482C1. Grayscale: #979797. Windows color (decimal): -1344194 or 4095467. OLE color: 4095467.

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

Color convert

RGB 235 125 62 -
CMYK 0 0.47 0.74 0.08
HSL 21.85º 0.81% 0.58% -
HSV(B) 21.85º 0.74% 0.92% -
XYZ 42.46 32.68 8.63 -
YUV 150.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 235 125 62 0 0.47 0.74 0.08 21.85 0.81 0.58
Hex EB 7D 3E 0 2F 4A 8 16 51 3A
Octal 353 175 76 0 57 112 10 26 121 72
Binary 11101011 1111101 111110 0 101111 1001010 1000 10110 1010001 111010

Color Harmonies of #EB7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D3E

Black with #EB7D3E

Text Example


Text Example

White with #EB7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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