Html Css Color HEX #EE823D Pizazz

📋 copy color: '#EE823D'

red 238 ◦ green 130 ◦ blue 61

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

Shades of Pizazz #EE823D

Tints of Pizazz #EE823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

 BLUE value IS 61 (24.22% from 255) = 14.22%

R = 55.48%
G = 30.3%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE823D (or 0xEE823D) is known color: Pizazz. HEX triplet: EE, 82 and 3D. RGB value is (238,130,61). Sum of RGB (Red+Green+Blue) = 238+130+61=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE823D is #117DC2. Grayscale: #9A9A9A. Windows color (decimal): -1146307 or 4031214. OLE color: 4031214.

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

Color convert

RGB 238 130 61 -
CMYK 0 0.45 0.74 0.07
HSL 23.39º 0.84% 0.59% -
HSV(B) 23.39º 0.74% 0.93% -
XYZ 44.08 34.48 8.75 -
YUV 154.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 238 130 61 0 0.45 0.74 0.07 23.39 0.84 0.59
Hex EE 82 3D 0 2D 4A 7 17 54 3B
Octal 356 202 75 0 55 112 7 27 124 73
Binary 11101110 10000010 111101 0 101101 1001010 111 10111 1010100 111011

Color Harmonies of #EE823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE823D

Black with #EE823D

Text Example


Text Example

White with #EE823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE823D; }

 p { color: rgb(238,130,61); }

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

background-color css

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

 a { background-color: rgb(238,130,61); }

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

border-color css

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

 span { border-color: rgb(238,130,61); }

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