Html Css Color HEX #ED945B Crusta

📋 copy color: '#ED945B'

red 237 ◦ green 148 ◦ blue 91

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

Shades of Crusta #ED945B

Tints of Crusta #ED945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

 BLUE value IS 91 (35.94% from 255) = 19.12%

R = 49.79%
G = 31.09%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED945B (or 0xED945B) is known color: Crusta. HEX triplet: ED, 94 and 5B. RGB value is (237,148,91). Sum of RGB (Red+Green+Blue) = 237+148+91=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED945B is #126BA4. Grayscale: #A8A8A8. Windows color (decimal): -1207205 or 6001901. OLE color: 6001901.

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

Color convert

RGB 237 148 91 -
CMYK 0 0.38 0.62 0.07
HSL 23.42º 0.8% 0.64% -
HSV(B) 23.42º 0.62% 0.93% -
XYZ 47.4 39.94 15.11 -
YUV 168.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 237 148 91 0 0.38 0.62 0.07 23.42 0.8 0.64
Hex ED 94 5B 0 26 3E 7 17 50 40
Octal 355 224 133 0 46 76 7 27 120 100
Binary 11101101 10010100 1011011 0 100110 111110 111 10111 1010000 1000000

Color Harmonies of #ED945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED945B

Black with #ED945B

Text Example


Text Example

White with #ED945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED945B; }

 p { color: rgb(237,148,91); }

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

background-color css

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

 a { background-color: rgb(237,148,91); }

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

border-color css

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

 span { border-color: rgb(237,148,91); }

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