Html Css Color HEX #EB8C51 Crusta

📋 copy color: '#EB8C51'

red 235 ◦ green 140 ◦ blue 81

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

Shades of Crusta #EB8C51

Tints of Crusta #EB8C51

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 81 (32.03% from 255) = 17.76%

R = 51.54%
G = 30.7%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB8C51 (or 0xEB8C51) is known color: Crusta. HEX triplet: EB, 8C and 51. RGB value is (235,140,81). Sum of RGB (Red+Green+Blue) = 235+140+81=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C51 is #1473AE. Grayscale: #A2A2A2. Windows color (decimal): -1340335 or 5344491. OLE color: 5344491.

HSL color Cylindrical-coordinate representation of color #EB8C51: hue angle of 22.99º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB8C51 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 81 -
CMYK 0 0.40 0.66 0.08
HSL 22.99º 0.79% 0.62% -
HSV(B) 22.99º 0.66% 0.92% -
XYZ 45.12 37.01 12.55 -
YUV 161.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 235 140 81 0 0.40 0.66 0.08 22.99 0.79 0.62
Hex EB 8C 51 0 28 42 8 17 4F 3E
Octal 353 214 121 0 50 102 10 27 117 76
Binary 11101011 10001100 1010001 0 101000 1000010 1000 10111 1001111 111110

Color Harmonies of #EB8C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C51

Black with #EB8C51

Text Example


Text Example

White with #EB8C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C51; }

 p { color: rgb(235,140,81); }

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

background-color css

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

 a { background-color: rgb(235,140,81); }

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

border-color css

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

 span { border-color: rgb(235,140,81); }

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