Html Css Color HEX #E6773A Pizazz

📋 copy color: '#E6773A'

red 230 ◦ green 119 ◦ blue 58

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

Shades of Pizazz #E6773A

Tints of Pizazz #E6773A

RGB

 RED value IS 230 (90.23% from 255) = 56.51%

 GREEN value IS 119 (46.88% from 255) = 29.24%

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

R = 56.51%
G = 29.24%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6773A (or 0xE6773A) is known color: Pizazz. HEX triplet: E6, 77 and 3A. RGB value is (230,119,58). Sum of RGB (Red+Green+Blue) = 230+119+58=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6773A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6773A is #1988C5. Grayscale: #919191. Windows color (decimal): -1673414 or 3831782. OLE color: 3831782.

HSL color Cylindrical-coordinate representation of color #E6773A: hue angle of 21.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6773A is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 58 -
CMYK 0 0.48 0.75 0.10
HSL 21.28º 0.77% 0.56% -
HSV(B) 21.28º 0.75% 0.9% -
XYZ 39.99 30.32 7.75 -
YUV 145.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 230 119 58 0 0.48 0.75 0.10 21.28 0.77 0.56
Hex E6 77 3A 0 30 4B A 15 4D 38
Octal 346 167 72 0 60 113 12 25 115 70
Binary 11100110 1110111 111010 0 110000 1001011 1010 10101 1001101 111000

Color Harmonies of #E6773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6773A

Black with #E6773A

Text Example


Text Example

White with #E6773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6773A; }

 p { color: rgb(230,119,58); }

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

background-color css

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

 a { background-color: rgb(230,119,58); }

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

border-color css

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

 span { border-color: rgb(230,119,58); }

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