Html Css Color HEX #ED8B5A Crusta

📋 copy color: '#ED8B5A'

red 237 ◦ green 139 ◦ blue 90

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

Shades of Crusta #ED8B5A

Tints of Crusta #ED8B5A

RGB

 RED value IS 237 (92.97% from 255) = 50.86%

 GREEN value IS 139 (54.69% from 255) = 29.83%

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

R = 50.86%
G = 29.83%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED8B5A (or 0xED8B5A) is known color: Crusta. HEX triplet: ED, 8B and 5A. RGB value is (237,139,90). Sum of RGB (Red+Green+Blue) = 237+139+90=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B5A is #1274A5. Grayscale: #A3A3A3. Windows color (decimal): -1209510 or 5934061. OLE color: 5934061.

HSL color Cylindrical-coordinate representation of color #ED8B5A: hue angle of 20º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED8B5A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 139 90 -
CMYK 0 0.41 0.62 0.07
HSL 20º 0.8% 0.64% -
HSV(B) 20º 0.62% 0.93% -
XYZ 46 37.21 14.43 -
YUV 162.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 237 139 90 0 0.41 0.62 0.07 20 0.8 0.64
Hex ED 8B 5A 0 29 3E 7 14 50 40
Octal 355 213 132 0 51 76 7 24 120 100
Binary 11101101 10001011 1011010 0 101001 111110 111 10100 1010000 1000000

Color Harmonies of #ED8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B5A

Black with #ED8B5A

Text Example


Text Example

White with #ED8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B5A; }

 p { color: rgb(237,139,90); }

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

background-color css

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

 a { background-color: rgb(237,139,90); }

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

border-color css

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

 span { border-color: rgb(237,139,90); }

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