Html Css Color HEX #EE8462 Crusta

📋 copy color: '#EE8462'

red 238 ◦ green 132 ◦ blue 98

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

Shades of Crusta #EE8462

Tints of Crusta #EE8462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 50.85%
G = 28.21%
B = 20.94%

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

#EE8462 (or 0xEE8462) is known color: Crusta. HEX triplet: EE, 84 and 62. RGB value is (238,132,98). Sum of RGB (Red+Green+Blue) = 238+132+98=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8462 is #117B9D. Grayscale: #A0A0A0. Windows color (decimal): -1145758 or 6456558. OLE color: 6456558.

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

Color convert

RGB 238 132 98 -
CMYK 0 0.45 0.59 0.07
HSL 14.57º 0.8% 0.66% -
HSV(B) 14.57º 0.59% 0.93% -
XYZ 45.72 35.56 16.01 -
YUV 159.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 238 132 98 0 0.45 0.59 0.07 14.57 0.8 0.66
Hex EE 84 62 0 2D 3B 7 F 50 42
Octal 356 204 142 0 55 73 7 17 120 102
Binary 11101110 10000100 1100010 0 101101 111011 111 1111 1010000 1000010

Color Harmonies of #EE8462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8462

Black with #EE8462

Text Example


Text Example

White with #EE8462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8462; }

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

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

background-color css

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

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

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

border-color css

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

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

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