Html Css Color HEX #EE8153 Crusta

📋 copy color: '#EE8153'

red 238 ◦ green 129 ◦ blue 83

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

Shades of Crusta #EE8153

Tints of Crusta #EE8153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.44%

R = 52.89%
G = 28.67%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE8153 (or 0xEE8153) is known color: Crusta. HEX triplet: EE, 81 and 53. RGB value is (238,129,83). Sum of RGB (Red+Green+Blue) = 238+129+83=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8153 is #117EAC. Grayscale: #9C9C9C. Windows color (decimal): -1146541 or 5472750. OLE color: 5472750.

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

Color convert

RGB 238 129 83 -
CMYK 0 0.46 0.65 0.07
HSL 17.81º 0.82% 0.63% -
HSV(B) 17.81º 0.65% 0.93% -
XYZ 44.67 34.5 12.49 -
YUV 156.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 238 129 83 0 0.46 0.65 0.07 17.81 0.82 0.63
Hex EE 81 53 0 2E 41 7 12 52 3F
Octal 356 201 123 0 56 101 7 22 122 77
Binary 11101110 10000001 1010011 0 101110 1000001 111 10010 1010010 111111

Color Harmonies of #EE8153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8153

Black with #EE8153

Text Example


Text Example

White with #EE8153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8153; }

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

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

background-color css

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

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

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

border-color css

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

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

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