Html Css Color HEX #ED905F Crusta

📋 copy color: '#ED905F'

red 237 ◦ green 144 ◦ blue 95

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

Shades of Crusta #ED905F

Tints of Crusta #ED905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

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

R = 49.79%
G = 30.25%
B = 19.96%

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

#ED905F (or 0xED905F) is known color: Crusta. HEX triplet: ED, 90 and 5F. RGB value is (237,144,95). Sum of RGB (Red+Green+Blue) = 237+144+95=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED905F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED905F is #126FA0. Grayscale: #A6A6A6. Windows color (decimal): -1208225 or 6263021. OLE color: 6263021.

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

Color convert

RGB 237 144 95 -
CMYK 0 0.39 0.60 0.07
HSL 20.7º 0.8% 0.65% -
HSV(B) 20.7º 0.6% 0.93% -
XYZ 46.96 38.78 15.84 -
YUV 166.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 237 144 95 0 0.39 0.60 0.07 20.7 0.8 0.65
Hex ED 90 5F 0 27 3C 7 15 50 41
Octal 355 220 137 0 47 74 7 25 120 101
Binary 11101101 10010000 1011111 0 100111 111100 111 10101 1010000 1000001

Color Harmonies of #ED905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED905F

Black with #ED905F

Text Example


Text Example

White with #ED905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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