Html Css Color HEX #EE815F Crusta

📋 copy color: '#EE815F'

red 238 ◦ green 129 ◦ blue 95

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

Shades of Crusta #EE815F

Tints of Crusta #EE815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 51.52%
G = 27.92%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE815F (or 0xEE815F) is known color: Crusta. HEX triplet: EE, 81 and 5F. RGB value is (238,129,95). Sum of RGB (Red+Green+Blue) = 238+129+95=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE815F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE815F is #117EA0. Grayscale: #9D9D9D. Windows color (decimal): -1146529 or 6259182. OLE color: 6259182.

HSL color Cylindrical-coordinate representation of color #EE815F: hue angle of 14.27º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE815F is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 129 95 -
CMYK 0 0.46 0.60 0.07
HSL 14.27º 0.81% 0.65% -
HSV(B) 14.27º 0.6% 0.93% -
XYZ 45.18 34.7 15.14 -
YUV 157.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 238 129 95 0 0.46 0.60 0.07 14.27 0.81 0.65
Hex EE 81 5F 0 2E 3C 7 E 51 41
Octal 356 201 137 0 56 74 7 16 121 101
Binary 11101110 10000001 1011111 0 101110 111100 111 1110 1010001 1000001

Color Harmonies of #EE815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE815F

Black with #EE815F

Text Example


Text Example

White with #EE815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE815F; }

 p { color: rgb(238,129,95); }

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

background-color css

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

 a { background-color: rgb(238,129,95); }

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

border-color css

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

 span { border-color: rgb(238,129,95); }

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