Html Css Color HEX #EB915C Crusta

📋 copy color: '#EB915C'

red 235 ◦ green 145 ◦ blue 92

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

Shades of Crusta #EB915C

Tints of Crusta #EB915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.49%

R = 49.79%
G = 30.72%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB915C (or 0xEB915C) is known color: Crusta. HEX triplet: EB, 91 and 5C. RGB value is (235,145,92). Sum of RGB (Red+Green+Blue) = 235+145+92=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB915C is #146EA3. Grayscale: #A6A6A6. Windows color (decimal): -1339044 or 6066667. OLE color: 6066667.

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

Color convert

RGB 235 145 92 -
CMYK 0 0.38 0.61 0.08
HSL 22.24º 0.78% 0.64% -
HSV(B) 22.24º 0.61% 0.92% -
XYZ 46.32 38.69 15.15 -
YUV 165.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 235 145 92 0 0.38 0.61 0.08 22.24 0.78 0.64
Hex EB 91 5C 0 26 3D 8 16 4E 40
Octal 353 221 134 0 46 75 10 26 116 100
Binary 11101011 10010001 1011100 0 100110 111101 1000 10110 1001110 1000000

Color Harmonies of #EB915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB915C

Black with #EB915C

Text Example


Text Example

White with #EB915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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