Html Css Color HEX #ED865A Crusta

📋 copy color: '#ED865A'

red 237 ◦ green 134 ◦ blue 90

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

Shades of Crusta #ED865A

Tints of Crusta #ED865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.07%

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

R = 51.41%
G = 29.07%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED865A (or 0xED865A) is known color: Crusta. HEX triplet: ED, 86 and 5A. RGB value is (237,134,90). Sum of RGB (Red+Green+Blue) = 237+134+90=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED865A is #1279A5. Grayscale: #A0A0A0. Windows color (decimal): -1210790 or 5932781. OLE color: 5932781.

HSL color Cylindrical-coordinate representation of color #ED865A: hue angle of 17.96º 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 #ED865A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 90 -
CMYK 0 0.43 0.62 0.07
HSL 17.96º 0.8% 0.64% -
HSV(B) 17.96º 0.62% 0.93% -
XYZ 45.3 35.79 14.19 -
YUV 159.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 237 134 90 0 0.43 0.62 0.07 17.96 0.8 0.64
Hex ED 86 5A 0 2B 3E 7 12 50 40
Octal 355 206 132 0 53 76 7 22 120 100
Binary 11101101 10000110 1011010 0 101011 111110 111 10010 1010000 1000000

Color Harmonies of #ED865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED865A

Black with #ED865A

Text Example


Text Example

White with #ED865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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