Html Css Color HEX #ED9446 Sea Buckthorn

📋 copy color: '#ED9446'

red 237 ◦ green 148 ◦ blue 70

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

Shades of Sea Buckthorn #ED9446

Tints of Sea Buckthorn #ED9446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.53%

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

R = 52.09%
G = 32.53%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED9446 (or 0xED9446) is known color: Sea Buckthorn. HEX triplet: ED, 94 and 46. RGB value is (237,148,70). Sum of RGB (Red+Green+Blue) = 237+148+70=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9446 is #126BB9. Grayscale: #A6A6A6. Windows color (decimal): -1207226 or 4625645. OLE color: 4625645.

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

Color convert

RGB 237 148 70 -
CMYK 0 0.38 0.70 0.07
HSL 28.02º 0.82% 0.6% -
HSV(B) 28.02º 0.7% 0.93% -
XYZ 46.62 39.63 10.99 -
YUV 165.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 237 148 70 0 0.38 0.70 0.07 28.02 0.82 0.6
Hex ED 94 46 0 26 46 7 1C 52 3C
Octal 355 224 106 0 46 106 7 34 122 74
Binary 11101101 10010100 1000110 0 100110 1000110 111 11100 1010010 111100

Color Harmonies of #ED9446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9446

Black with #ED9446

Text Example


Text Example

White with #ED9446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9446; }

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

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

background-color css

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

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

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

border-color css

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

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

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