Html Css Color HEX #EE825F Crusta

📋 copy color: '#EE825F'

red 238 ◦ green 130 ◦ blue 95

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

Shades of Crusta #EE825F

Tints of Crusta #EE825F

RGB

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

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

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

R = 51.4%
G = 28.08%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE825F (or 0xEE825F) is known color: Crusta. HEX triplet: EE, 82 and 5F. RGB value is (238,130,95). Sum of RGB (Red+Green+Blue) = 238+130+95=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE825F is #117DA0. Grayscale: #9E9E9E. Windows color (decimal): -1146273 or 6259438. OLE color: 6259438.

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

Color convert

RGB 238 130 95 -
CMYK 0 0.45 0.60 0.07
HSL 14.69º 0.81% 0.65% -
HSV(B) 14.69º 0.6% 0.93% -
XYZ 45.31 34.97 15.19 -
YUV 158.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 238 130 95 0 0.45 0.60 0.07 14.69 0.81 0.65
Hex EE 82 5F 0 2D 3C 7 F 51 41
Octal 356 202 137 0 55 74 7 17 121 101
Binary 11101110 10000010 1011111 0 101101 111100 111 1111 1010001 1000001

Color Harmonies of #EE825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE825F

Black with #EE825F

Text Example


Text Example

White with #EE825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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