Html Css Color HEX #EB915E Crusta

📋 copy color: '#EB915E'

red 235 ◦ green 145 ◦ blue 94

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

Shades of Crusta #EB915E

Tints of Crusta #EB915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.59%

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 49.58%
G = 30.59%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB915E (or 0xEB915E) is known color: Crusta. HEX triplet: EB, 91 and 5E. RGB value is (235,145,94). Sum of RGB (Red+Green+Blue) = 235+145+94=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB915E is #146EA1. Grayscale: #A6A6A6. Windows color (decimal): -1339042 or 6197739. OLE color: 6197739.

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

Color convert

RGB 235 145 94 -
CMYK 0 0.38 0.6 0.08
HSL 21.7º 0.78% 0.65% -
HSV(B) 21.7º 0.6% 0.92% -
XYZ 46.41 38.72 15.62 -
YUV 166.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 235 145 94 0 0.38 0.6 0.08 21.7 0.78 0.65
Hex EB 91 5E 0 26 3C 8 16 4E 41
Octal 353 221 136 0 46 74 10 26 116 101
Binary 11101011 10010001 1011110 0 100110 111100 1000 10110 1001110 1000001

Color Harmonies of #EB915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB915E

Black with #EB915E

Text Example


Text Example

White with #EB915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB915E; }

 p { color: rgb(235,145,94); }

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

background-color css

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

 a { background-color: rgb(235,145,94); }

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

border-color css

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

 span { border-color: rgb(235,145,94); }

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