Html Css Color HEX #ED8B4F Crusta

📋 copy color: '#ED8B4F'

red 237 ◦ green 139 ◦ blue 79

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

Shades of Crusta #ED8B4F

Tints of Crusta #ED8B4F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

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

R = 52.09%
G = 30.55%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED8B4F (or 0xED8B4F) is known color: Crusta. HEX triplet: ED, 8B and 4F. RGB value is (237,139,79). Sum of RGB (Red+Green+Blue) = 237+139+79=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B4F is #1274B0. Grayscale: #A1A1A1. Windows color (decimal): -1209521 or 5213165. OLE color: 5213165.

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

Color convert

RGB 237 139 79 -
CMYK 0 0.41 0.67 0.07
HSL 22.78º 0.81% 0.62% -
HSV(B) 22.78º 0.67% 0.93% -
XYZ 45.57 37.03 12.14 -
YUV 161.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 237 139 79 0 0.41 0.67 0.07 22.78 0.81 0.62
Hex ED 8B 4F 0 29 43 7 17 51 3E
Octal 355 213 117 0 51 103 7 27 121 76
Binary 11101101 10001011 1001111 0 101001 1000011 111 10111 1010001 111110

Color Harmonies of #ED8B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B4F

Black with #ED8B4F

Text Example


Text Example

White with #ED8B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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