Html Css Color HEX #EE824E Crusta

📋 copy color: '#EE824E'

red 238 ◦ green 130 ◦ blue 78

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

Shades of Crusta #EE824E

Tints of Crusta #EE824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.49%

R = 53.36%
G = 29.15%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE824E (or 0xEE824E) is known color: Crusta. HEX triplet: EE, 82 and 4E. RGB value is (238,130,78). Sum of RGB (Red+Green+Blue) = 238+130+78=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE824E is #117DB1. Grayscale: #9C9C9C. Windows color (decimal): -1146290 or 5145326. OLE color: 5145326.

HSL color Cylindrical-coordinate representation of color #EE824E: hue angle of 19.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE824E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 130 78 -
CMYK 0 0.45 0.67 0.07
HSL 19.5º 0.82% 0.62% -
HSV(B) 19.5º 0.67% 0.93% -
XYZ 44.62 34.69 11.55 -
YUV 156.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 238 130 78 0 0.45 0.67 0.07 19.5 0.82 0.62
Hex EE 82 4E 0 2D 43 7 14 52 3E
Octal 356 202 116 0 55 103 7 24 122 76
Binary 11101110 10000010 1001110 0 101101 1000011 111 10100 1010010 111110

Color Harmonies of #EE824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE824E

Black with #EE824E

Text Example


Text Example

White with #EE824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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