Html Css Color HEX #EB8C60 Crusta

📋 copy color: '#EB8C60'

red 235 ◦ green 140 ◦ blue 96

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

Shades of Crusta #EB8C60

Tints of Crusta #EB8C60

RGB

 RED value IS 235 (92.19% from 255) = 49.89%

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

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 49.89%
G = 29.72%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB8C60 (or 0xEB8C60) is known color: Crusta. HEX triplet: EB, 8C and 60. RGB value is (235,140,96). Sum of RGB (Red+Green+Blue) = 235+140+96=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C60 is #14739F. Grayscale: #A3A3A3. Windows color (decimal): -1340320 or 6327531. OLE color: 6327531.

HSL color Cylindrical-coordinate representation of color #EB8C60: hue angle of 18.99º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB8C60 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 96 -
CMYK 0 0.40 0.59 0.08
HSL 18.99º 0.78% 0.65% -
HSV(B) 18.99º 0.59% 0.92% -
XYZ 45.75 37.26 15.85 -
YUV 163.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 235 140 96 0 0.40 0.59 0.08 18.99 0.78 0.65
Hex EB 8C 60 0 28 3B 8 13 4E 41
Octal 353 214 140 0 50 73 10 23 116 101
Binary 11101011 10001100 1100000 0 101000 111011 1000 10011 1001110 1000001

Color Harmonies of #EB8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C60

Black with #EB8C60

Text Example


Text Example

White with #EB8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C60; }

 p { color: rgb(235,140,96); }

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

background-color css

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

 a { background-color: rgb(235,140,96); }

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

border-color css

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

 span { border-color: rgb(235,140,96); }

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