Html Css Color HEX #EE8262 Crusta

📋 copy color: '#EE8262'

red 238 ◦ green 130 ◦ blue 98

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

Shades of Crusta #EE8262

Tints of Crusta #EE8262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 51.07%
G = 27.9%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE8262 (or 0xEE8262) is known color: Crusta. HEX triplet: EE, 82 and 62. RGB value is (238,130,98). Sum of RGB (Red+Green+Blue) = 238+130+98=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8262 is #117D9D. Grayscale: #9E9E9E. Windows color (decimal): -1146270 or 6456046. OLE color: 6456046.

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

Color convert

RGB 238 130 98 -
CMYK 0 0.45 0.59 0.07
HSL 13.71º 0.8% 0.66% -
HSV(B) 13.71º 0.59% 0.93% -
XYZ 45.45 35.02 15.92 -
YUV 158.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 238 130 98 0 0.45 0.59 0.07 13.71 0.8 0.66
Hex EE 82 62 0 2D 3B 7 E 50 42
Octal 356 202 142 0 55 73 7 16 120 102
Binary 11101110 10000010 1100010 0 101101 111011 111 1110 1010000 1000010

Color Harmonies of #EE8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8262

Black with #EE8262

Text Example


Text Example

White with #EE8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8262; }

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

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

background-color css

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

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

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

border-color css

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

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

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