Html Css Color HEX #ED834F Crusta

📋 copy color: '#ED834F'

red 237 ◦ green 131 ◦ blue 79

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

Shades of Crusta #ED834F

Tints of Crusta #ED834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

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

R = 53.02%
G = 29.31%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED834F (or 0xED834F) is known color: Crusta. HEX triplet: ED, 83 and 4F. RGB value is (237,131,79). Sum of RGB (Red+Green+Blue) = 237+131+79=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED834F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED834F is #127CB0. Grayscale: #9D9D9D. Windows color (decimal): -1211569 or 5211117. OLE color: 5211117.

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

Color convert

RGB 237 131 79 -
CMYK 0 0.45 0.67 0.07
HSL 19.75º 0.81% 0.62% -
HSV(B) 19.75º 0.67% 0.93% -
XYZ 44.45 34.8 11.77 -
YUV 156.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 237 131 79 0 0.45 0.67 0.07 19.75 0.81 0.62
Hex ED 83 4F 0 2D 43 7 14 51 3E
Octal 355 203 117 0 55 103 7 24 121 76
Binary 11101101 10000011 1001111 0 101101 1000011 111 10100 1010001 111110

Color Harmonies of #ED834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED834F

Black with #ED834F

Text Example


Text Example

White with #ED834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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