Html Css Color HEX #EB805C Crusta

📋 copy color: '#EB805C'

red 235 ◦ green 128 ◦ blue 92

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

Shades of Crusta #EB805C

Tints of Crusta #EB805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 51.65%
G = 28.13%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB805C (or 0xEB805C) is known color: Crusta. HEX triplet: EB, 80 and 5C. RGB value is (235,128,92). Sum of RGB (Red+Green+Blue) = 235+128+92=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB805C is #147FA3. Grayscale: #9C9C9C. Windows color (decimal): -1343396 or 6062315. OLE color: 6062315.

HSL color Cylindrical-coordinate representation of color #EB805C: hue angle of 15.1º 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 #EB805C is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 128 92 -
CMYK 0 0.46 0.61 0.08
HSL 15.1º 0.78% 0.64% -
HSV(B) 15.1º 0.61% 0.92% -
XYZ 43.91 33.87 14.35 -
YUV 155.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 235 128 92 0 0.46 0.61 0.08 15.1 0.78 0.64
Hex EB 80 5C 0 2E 3D 8 F 4E 40
Octal 353 200 134 0 56 75 10 17 116 100
Binary 11101011 10000000 1011100 0 101110 111101 1000 1111 1001110 1000000

Color Harmonies of #EB805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB805C

Black with #EB805C

Text Example


Text Example

White with #EB805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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