Html Css Color HEX #EE803F Pizazz

📋 copy color: '#EE803F'

red 238 ◦ green 128 ◦ blue 63

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

Shades of Pizazz #EE803F

Tints of Pizazz #EE803F

RGB

 RED value IS 238 (93.36% from 255) = 55.48%

 GREEN value IS 128 (50.39% from 255) = 29.84%

 BLUE value IS 63 (25% from 255) = 14.69%

R = 55.48%
G = 29.84%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE803F (or 0xEE803F) is known color: Pizazz. HEX triplet: EE, 80 and 3F. RGB value is (238,128,63). Sum of RGB (Red+Green+Blue) = 238+128+63=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE803F is #117FC0. Grayscale: #999999. Windows color (decimal): -1146817 or 4161774. OLE color: 4161774.

HSL color Cylindrical-coordinate representation of color #EE803F: hue angle of 22.29º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE803F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 63 -
CMYK 0 0.46 0.74 0.07
HSL 22.29º 0.84% 0.59% -
HSV(B) 22.29º 0.74% 0.93% -
XYZ 43.88 33.97 8.95 -
YUV 153.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 238 128 63 0 0.46 0.74 0.07 22.29 0.84 0.59
Hex EE 80 3F 0 2E 4A 7 16 54 3B
Octal 356 200 77 0 56 112 7 26 124 73
Binary 11101110 10000000 111111 0 101110 1001010 111 10110 1010100 111011

Color Harmonies of #EE803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE803F

Black with #EE803F

Text Example


Text Example

White with #EE803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE803F; }

 p { color: rgb(238,128,63); }

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

background-color css

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

 a { background-color: rgb(238,128,63); }

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

border-color css

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

 span { border-color: rgb(238,128,63); }

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