Html Css Color HEX #ED8964 Crusta

📋 copy color: '#ED8964'

red 237 ◦ green 137 ◦ blue 100

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

Shades of Crusta #ED8964

Tints of Crusta #ED8964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 50%
G = 28.9%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED8964 (or 0xED8964) is known color: Crusta. HEX triplet: ED, 89 and 64. RGB value is (237,137,100). Sum of RGB (Red+Green+Blue) = 237+137+100=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8964 is #12769B. Grayscale: #A2A2A2. Windows color (decimal): -1210012 or 6588909. OLE color: 6588909.

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

Color convert

RGB 237 137 100 -
CMYK 0 0.42 0.58 0.07
HSL 16.2º 0.79% 0.66% -
HSV(B) 16.2º 0.58% 0.93% -
XYZ 46.17 36.82 16.73 -
YUV 162.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 237 137 100 0 0.42 0.58 0.07 16.2 0.79 0.66
Hex ED 89 64 0 2A 3A 7 10 4F 42
Octal 355 211 144 0 52 72 7 20 117 102
Binary 11101101 10001001 1100100 0 101010 111010 111 10000 1001111 1000010

Color Harmonies of #ED8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8964

Black with #ED8964

Text Example


Text Example

White with #ED8964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8964; }

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

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

background-color css

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

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

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

border-color css

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

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

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