Html Css Color HEX #ED915F Crusta

📋 copy color: '#ED915F'

red 237 ◦ green 145 ◦ blue 95

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

Shades of Crusta #ED915F

Tints of Crusta #ED915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

 BLUE value IS 95 (37.5% from 255) = 19.92%

R = 49.69%
G = 30.4%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED915F (or 0xED915F) is known color: Crusta. HEX triplet: ED, 91 and 5F. RGB value is (237,145,95). Sum of RGB (Red+Green+Blue) = 237+145+95=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED915F is #126EA0. Grayscale: #A7A7A7. Windows color (decimal): -1207969 or 6263277. OLE color: 6263277.

HSL color Cylindrical-coordinate representation of color #ED915F: hue angle of 21.13º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED915F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 95 -
CMYK 0 0.39 0.60 0.07
HSL 21.13º 0.8% 0.65% -
HSV(B) 21.13º 0.6% 0.93% -
XYZ 47.12 39.08 15.89 -
YUV 166.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 237 145 95 0 0.39 0.60 0.07 21.13 0.8 0.65
Hex ED 91 5F 0 27 3C 7 15 50 41
Octal 355 221 137 0 47 74 7 25 120 101
Binary 11101101 10010001 1011111 0 100111 111100 111 10101 1010000 1000001

Color Harmonies of #ED915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED915F

Black with #ED915F

Text Example


Text Example

White with #ED915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED915F; }

 p { color: rgb(237,145,95); }

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

background-color css

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

 a { background-color: rgb(237,145,95); }

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

border-color css

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

 span { border-color: rgb(237,145,95); }

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