Html Css Color HEX #ED8262 Crusta

📋 copy color: '#ED8262'

red 237 ◦ green 130 ◦ blue 98

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

Shades of Crusta #ED8262

Tints of Crusta #ED8262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 50.97%
G = 27.96%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8262 (or 0xED8262) is known color: Crusta. HEX triplet: ED, 82 and 62. RGB value is (237,130,98). Sum of RGB (Red+Green+Blue) = 237+130+98=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8262 is #127D9D. Grayscale: #9E9E9E. Windows color (decimal): -1211806 or 6456045. OLE color: 6456045.

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

Color convert

RGB 237 130 98 -
CMYK 0 0.45 0.59 0.07
HSL 13.81º 0.79% 0.66% -
HSV(B) 13.81º 0.59% 0.93% -
XYZ 45.11 34.85 15.9 -
YUV 158.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 237 130 98 0 0.45 0.59 0.07 13.81 0.79 0.66
Hex ED 82 62 0 2D 3B 7 E 4F 42
Octal 355 202 142 0 55 73 7 16 117 102
Binary 11101101 10000010 1100010 0 101101 111011 111 1110 1001111 1000010

Color Harmonies of #ED8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8262

Black with #ED8262

Text Example


Text Example

White with #ED8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8262; }

 p { color: rgb(237,130,98); }

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

background-color css

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

 a { background-color: rgb(237,130,98); }

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

border-color css

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

 span { border-color: rgb(237,130,98); }

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