Html Css Color HEX #EB815D Crusta

📋 copy color: '#EB815D'

red 235 ◦ green 129 ◦ blue 93

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

Shades of Crusta #EB815D

Tints of Crusta #EB815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 51.42%
G = 28.23%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB815D (or 0xEB815D) is known color: Crusta. HEX triplet: EB, 81 and 5D. RGB value is (235,129,93). Sum of RGB (Red+Green+Blue) = 235+129+93=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB815D is #147EA2. Grayscale: #9C9C9C. Windows color (decimal): -1343139 or 6128107. OLE color: 6128107.

HSL color Cylindrical-coordinate representation of color #EB815D: hue angle of 15.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB815D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 129 93 -
CMYK 0 0.45 0.60 0.08
HSL 15.21º 0.78% 0.64% -
HSV(B) 15.21º 0.6% 0.92% -
XYZ 44.09 34.15 14.62 -
YUV 156.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 235 129 93 0 0.45 0.60 0.08 15.21 0.78 0.64
Hex EB 81 5D 0 2D 3C 8 F 4E 40
Octal 353 201 135 0 55 74 10 17 116 100
Binary 11101011 10000001 1011101 0 101101 111100 1000 1111 1001110 1000000

Color Harmonies of #EB815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB815D

Black with #EB815D

Text Example


Text Example

White with #EB815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB815D; }

 p { color: rgb(235,129,93); }

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

background-color css

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

 a { background-color: rgb(235,129,93); }

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

border-color css

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

 span { border-color: rgb(235,129,93); }

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