Html Css Color HEX #ED8951 Crusta

📋 copy color: '#ED8951'

red 237 ◦ green 137 ◦ blue 81

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

Shades of Crusta #ED8951

Tints of Crusta #ED8951

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

 BLUE value IS 81 (32.03% from 255) = 17.8%

R = 52.09%
G = 30.11%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED8951 (or 0xED8951) is known color: Crusta. HEX triplet: ED, 89 and 51. RGB value is (237,137,81). Sum of RGB (Red+Green+Blue) = 237+137+81=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8951 is #1276AE. Grayscale: #A0A0A0. Windows color (decimal): -1210031 or 5343725. OLE color: 5343725.

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

Color convert

RGB 237 137 81 -
CMYK 0 0.42 0.66 0.07
HSL 21.54º 0.81% 0.62% -
HSV(B) 21.54º 0.66% 0.93% -
XYZ 45.36 36.49 12.44 -
YUV 160.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 237 137 81 0 0.42 0.66 0.07 21.54 0.81 0.62
Hex ED 89 51 0 2A 42 7 16 51 3E
Octal 355 211 121 0 52 102 7 26 121 76
Binary 11101101 10001001 1010001 0 101010 1000010 111 10110 1010001 111110

Color Harmonies of #ED8951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8951

Black with #ED8951

Text Example


Text Example

White with #ED8951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8951; }

 p { color: rgb(237,137,81); }

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

background-color css

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

 a { background-color: rgb(237,137,81); }

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

border-color css

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

 span { border-color: rgb(237,137,81); }

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