Html Css Color HEX #EA8258 Crusta

📋 copy color: '#EA8258'

red 234 ◦ green 130 ◦ blue 88

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

Shades of Crusta #EA8258

Tints of Crusta #EA8258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 51.77%
G = 28.76%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA8258 (or 0xEA8258) is known color: Crusta. HEX triplet: EA, 82 and 58. RGB value is (234,130,88). Sum of RGB (Red+Green+Blue) = 234+130+88=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8258 is #157DA7. Grayscale: #9C9C9C. Windows color (decimal): -1408424 or 5800682. OLE color: 5800682.

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

Color convert

RGB 234 130 88 -
CMYK 0 0.44 0.62 0.08
HSL 17.26º 0.78% 0.63% -
HSV(B) 17.26º 0.62% 0.92% -
XYZ 43.68 34.16 13.52 -
YUV 156.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 234 130 88 0 0.44 0.62 0.08 17.26 0.78 0.63
Hex EA 82 58 0 2C 3E 8 11 4E 3F
Octal 352 202 130 0 54 76 10 21 116 77
Binary 11101010 10000010 1011000 0 101100 111110 1000 10001 1001110 111111

Color Harmonies of #EA8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8258

Black with #EA8258

Text Example


Text Example

White with #EA8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8258; }

 p { color: rgb(234,130,88); }

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

background-color css

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

 a { background-color: rgb(234,130,88); }

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

border-color css

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

 span { border-color: rgb(234,130,88); }

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