Html Css Color HEX #EA8153 Crusta

📋 copy color: '#EA8153'

red 234 ◦ green 129 ◦ blue 83

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

Shades of Crusta #EA8153

Tints of Crusta #EA8153

RGB

 RED value IS 234 (91.8% from 255) = 52.47%

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 83 (32.81% from 255) = 18.61%

R = 52.47%
G = 28.92%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA8153 (or 0xEA8153) is known color: Crusta. HEX triplet: EA, 81 and 53. RGB value is (234,129,83). Sum of RGB (Red+Green+Blue) = 234+129+83=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8153 is #157EAC. Grayscale: #9B9B9B. Windows color (decimal): -1408685 or 5472746. OLE color: 5472746.

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

Color convert

RGB 234 129 83 -
CMYK 0 0.45 0.65 0.08
HSL 18.28º 0.78% 0.62% -
HSV(B) 18.28º 0.65% 0.92% -
XYZ 43.34 33.82 12.43 -
YUV 155.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 234 129 83 0 0.45 0.65 0.08 18.28 0.78 0.62
Hex EA 81 53 0 2D 41 8 12 4E 3E
Octal 352 201 123 0 55 101 10 22 116 76
Binary 11101010 10000001 1010011 0 101101 1000001 1000 10010 1001110 111110

Color Harmonies of #EA8153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8153

Black with #EA8153

Text Example


Text Example

White with #EA8153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8153; }

 p { color: rgb(234,129,83); }

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

background-color css

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

 a { background-color: rgb(234,129,83); }

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

border-color css

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

 span { border-color: rgb(234,129,83); }

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