Html Css Color HEX #EE825A Crusta

📋 copy color: '#EE825A'

red 238 ◦ green 130 ◦ blue 90

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

Shades of Crusta #EE825A

Tints of Crusta #EE825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 51.97%
G = 28.38%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE825A (or 0xEE825A) is known color: Crusta. HEX triplet: EE, 82 and 5A. RGB value is (238,130,90). Sum of RGB (Red+Green+Blue) = 238+130+90=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE825A is #117DA5. Grayscale: #9E9E9E. Windows color (decimal): -1146278 or 5931758. OLE color: 5931758.

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

Color convert

RGB 238 130 90 -
CMYK 0 0.45 0.62 0.07
HSL 16.22º 0.81% 0.64% -
HSV(B) 16.22º 0.62% 0.93% -
XYZ 45.09 34.88 14.03 -
YUV 157.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 238 130 90 0 0.45 0.62 0.07 16.22 0.81 0.64
Hex EE 82 5A 0 2D 3E 7 10 51 40
Octal 356 202 132 0 55 76 7 20 121 100
Binary 11101110 10000010 1011010 0 101101 111110 111 10000 1010001 1000000

Color Harmonies of #EE825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE825A

Black with #EE825A

Text Example


Text Example

White with #EE825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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