Html Css Color HEX #ED9546 Sea Buckthorn

📋 copy color: '#ED9546'

red 237 ◦ green 149 ◦ blue 70

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

Shades of Sea Buckthorn #ED9546

Tints of Sea Buckthorn #ED9546

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.68%

 BLUE value IS 70 (27.73% from 255) = 15.35%

R = 51.97%
G = 32.68%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED9546 (or 0xED9546) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 46. RGB value is (237,149,70). Sum of RGB (Red+Green+Blue) = 237+149+70=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9546 is #126AB9. Grayscale: #A6A6A6. Windows color (decimal): -1206970 or 4625901. OLE color: 4625901.

HSL color Cylindrical-coordinate representation of color #ED9546: hue angle of 28.38º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED9546 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 70 -
CMYK 0 0.37 0.70 0.07
HSL 28.38º 0.82% 0.6% -
HSV(B) 28.38º 0.7% 0.93% -
XYZ 46.78 39.94 11.04 -
YUV 166.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 237 149 70 0 0.37 0.70 0.07 28.38 0.82 0.6
Hex ED 95 46 0 25 46 7 1C 52 3C
Octal 355 225 106 0 45 106 7 34 122 74
Binary 11101101 10010101 1000110 0 100101 1000110 111 11100 1010010 111100

Color Harmonies of #ED9546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9546

Black with #ED9546

Text Example


Text Example

White with #ED9546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9546; }

 p { color: rgb(237,149,70); }

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

background-color css

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

 a { background-color: rgb(237,149,70); }

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

border-color css

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

 span { border-color: rgb(237,149,70); }

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