Html Css Color HEX #ED894F Crusta

📋 copy color: '#ED894F'

red 237 ◦ green 137 ◦ blue 79

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

Shades of Crusta #ED894F

Tints of Crusta #ED894F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.44%

R = 52.32%
G = 30.24%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED894F (or 0xED894F) is known color: Crusta. HEX triplet: ED, 89 and 4F. RGB value is (237,137,79). Sum of RGB (Red+Green+Blue) = 237+137+79=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED894F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED894F is #1276B0. Grayscale: #A0A0A0. Windows color (decimal): -1210033 or 5212653. OLE color: 5212653.

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

Color convert

RGB 237 137 79 -
CMYK 0 0.42 0.67 0.07
HSL 22.03º 0.81% 0.62% -
HSV(B) 22.03º 0.67% 0.93% -
XYZ 45.28 36.46 12.05 -
YUV 160.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 237 137 79 0 0.42 0.67 0.07 22.03 0.81 0.62
Hex ED 89 4F 0 2A 43 7 16 51 3E
Octal 355 211 117 0 52 103 7 26 121 76
Binary 11101101 10001001 1001111 0 101010 1000011 111 10110 1010001 111110

Color Harmonies of #ED894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED894F

Black with #ED894F

Text Example


Text Example

White with #ED894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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