Html Css Color HEX #EB8251 Crusta

📋 copy color: '#EB8251'

red 235 ◦ green 130 ◦ blue 81

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

Shades of Crusta #EB8251

Tints of Crusta #EB8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.15%

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

R = 52.69%
G = 29.15%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB8251 (or 0xEB8251) is known color: Crusta. HEX triplet: EB, 82 and 51. RGB value is (235,130,81). Sum of RGB (Red+Green+Blue) = 235+130+81=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8251 is #147DAE. Grayscale: #9C9C9C. Windows color (decimal): -1342895 or 5341931. OLE color: 5341931.

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

Color convert

RGB 235 130 81 -
CMYK 0 0.45 0.66 0.08
HSL 19.09º 0.79% 0.62% -
HSV(B) 19.09º 0.66% 0.92% -
XYZ 43.73 34.22 12.09 -
YUV 155.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 235 130 81 0 0.45 0.66 0.08 19.09 0.79 0.62
Hex EB 82 51 0 2D 42 8 13 4F 3E
Octal 353 202 121 0 55 102 10 23 117 76
Binary 11101011 10000010 1010001 0 101101 1000010 1000 10011 1001111 111110

Color Harmonies of #EB8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8251

Black with #EB8251

Text Example


Text Example

White with #EB8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8251; }

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

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

background-color css

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

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

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

border-color css

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

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

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