Html Css Color HEX #ED8652 Crusta

📋 copy color: '#ED8652'

red 237 ◦ green 134 ◦ blue 82

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

Shades of Crusta #ED8652

Tints of Crusta #ED8652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

 BLUE value IS 82 (32.42% from 255) = 18.1%

R = 52.32%
G = 29.58%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED8652 (or 0xED8652) is known color: Crusta. HEX triplet: ED, 86 and 52. RGB value is (237,134,82). Sum of RGB (Red+Green+Blue) = 237+134+82=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8652 is #1279AD. Grayscale: #9F9F9F. Windows color (decimal): -1210798 or 5408493. OLE color: 5408493.

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

Color convert

RGB 237 134 82 -
CMYK 0 0.43 0.65 0.07
HSL 20.13º 0.81% 0.63% -
HSV(B) 20.13º 0.65% 0.93% -
XYZ 44.97 35.66 12.5 -
YUV 158.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 237 134 82 0 0.43 0.65 0.07 20.13 0.81 0.63
Hex ED 86 52 0 2B 41 7 14 51 3F
Octal 355 206 122 0 53 101 7 24 121 77
Binary 11101101 10000110 1010010 0 101011 1000001 111 10100 1010001 111111

Color Harmonies of #ED8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8652

Black with #ED8652

Text Example


Text Example

White with #ED8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8652; }

 p { color: rgb(237,134,82); }

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

background-color css

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

 a { background-color: rgb(237,134,82); }

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

border-color css

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

 span { border-color: rgb(237,134,82); }

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