Html Css Color HEX #EE762F Pizazz

📋 copy color: '#EE762F'

red 238 ◦ green 118 ◦ blue 47

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

Shades of Pizazz #EE762F

Tints of Pizazz #EE762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 59.06%
G = 29.28%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE762F (or 0xEE762F) is known color: Pizazz. HEX triplet: EE, 76 and 2F. RGB value is (238,118,47). Sum of RGB (Red+Green+Blue) = 238+118+47=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE762F is #1189D0. Grayscale: #929292. Windows color (decimal): -1149393 or 3110638. OLE color: 3110638.

HSL color Cylindrical-coordinate representation of color #EE762F: hue angle of 22.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE762F is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 47 -
CMYK 0 0.50 0.80 0.07
HSL 22.3º 0.85% 0.56% -
HSV(B) 22.3º 0.8% 0.93% -
XYZ 42.25 31.34 6.51 -
YUV 145.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 238 118 47 0 0.50 0.80 0.07 22.3 0.85 0.56
Hex EE 76 2F 0 32 50 7 16 55 38
Octal 356 166 57 0 62 120 7 26 125 70
Binary 11101110 1110110 101111 0 110010 1010000 111 10110 1010101 111000

Color Harmonies of #EE762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE762F

Black with #EE762F

Text Example


Text Example

White with #EE762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE762F; }

 p { color: rgb(238,118,47); }

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

background-color css

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

 a { background-color: rgb(238,118,47); }

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

border-color css

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

 span { border-color: rgb(238,118,47); }

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