Html Css Color HEX #EB8F5C Crusta

📋 copy color: '#EB8F5C'

red 235 ◦ green 143 ◦ blue 92

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

Shades of Crusta #EB8F5C

Tints of Crusta #EB8F5C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

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

R = 50%
G = 30.43%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB8F5C (or 0xEB8F5C) is known color: Crusta. HEX triplet: EB, 8F and 5C. RGB value is (235,143,92). Sum of RGB (Red+Green+Blue) = 235+143+92=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F5C is #1470A3. Grayscale: #A4A4A4. Windows color (decimal): -1339556 or 6066155. OLE color: 6066155.

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

Color convert

RGB 235 143 92 -
CMYK 0 0.39 0.61 0.08
HSL 21.4º 0.78% 0.64% -
HSV(B) 21.4º 0.61% 0.92% -
XYZ 46.02 38.08 15.05 -
YUV 164.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 235 143 92 0 0.39 0.61 0.08 21.4 0.78 0.64
Hex EB 8F 5C 0 27 3D 8 15 4E 40
Octal 353 217 134 0 47 75 10 25 116 100
Binary 11101011 10001111 1011100 0 100111 111101 1000 10101 1001110 1000000

Color Harmonies of #EB8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F5C

Black with #EB8F5C

Text Example


Text Example

White with #EB8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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