Html Css Color HEX #EB825A Crusta

📋 copy color: '#EB825A'

red 235 ◦ green 130 ◦ blue 90

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

Shades of Crusta #EB825A

Tints of Crusta #EB825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.78%

R = 51.65%
G = 28.57%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB825A (or 0xEB825A) is known color: Crusta. HEX triplet: EB, 82 and 5A. RGB value is (235,130,90). Sum of RGB (Red+Green+Blue) = 235+130+90=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB825A is #147DA5. Grayscale: #9D9D9D. Windows color (decimal): -1342886 or 5931755. OLE color: 5931755.

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

Color convert

RGB 235 130 90 -
CMYK 0 0.45 0.62 0.08
HSL 16.55º 0.78% 0.64% -
HSV(B) 16.55º 0.62% 0.92% -
XYZ 44.09 34.37 13.98 -
YUV 156.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 235 130 90 0 0.45 0.62 0.08 16.55 0.78 0.64
Hex EB 82 5A 0 2D 3E 8 11 4E 40
Octal 353 202 132 0 55 76 10 21 116 100
Binary 11101011 10000010 1011010 0 101101 111110 1000 10001 1001110 1000000

Color Harmonies of #EB825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB825A

Black with #EB825A

Text Example


Text Example

White with #EB825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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