Html Css Color HEX #EE8C50 Crusta

📋 copy color: '#EE8C50'

red 238 ◦ green 140 ◦ blue 80

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

Shades of Crusta #EE8C50

Tints of Crusta #EE8C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

 BLUE value IS 80 (31.64% from 255) = 17.47%

R = 51.97%
G = 30.57%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE8C50 (or 0xEE8C50) is known color: Crusta. HEX triplet: EE, 8C and 50. RGB value is (238,140,80). Sum of RGB (Red+Green+Blue) = 238+140+80=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C50 is #1173AF. Grayscale: #A2A2A2. Windows color (decimal): -1143728 or 5278958. OLE color: 5278958.

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

Color convert

RGB 238 140 80 -
CMYK 0 0.41 0.66 0.07
HSL 22.78º 0.82% 0.62% -
HSV(B) 22.78º 0.66% 0.93% -
XYZ 46.09 37.51 12.4 -
YUV 162.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 238 140 80 0 0.41 0.66 0.07 22.78 0.82 0.62
Hex EE 8C 50 0 29 42 7 17 52 3E
Octal 356 214 120 0 51 102 7 27 122 76
Binary 11101110 10001100 1010000 0 101001 1000010 111 10111 1010010 111110

Color Harmonies of #EE8C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8C50

Black with #EE8C50

Text Example


Text Example

White with #EE8C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8C50; }

 p { color: rgb(238,140,80); }

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

background-color css

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

 a { background-color: rgb(238,140,80); }

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

border-color css

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

 span { border-color: rgb(238,140,80); }

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