Html Css Color HEX #ED9449 Sea Buckthorn

📋 copy color: '#ED9449'

red 237 ◦ green 148 ◦ blue 73

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

Shades of Sea Buckthorn #ED9449

Tints of Sea Buckthorn #ED9449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.94%

R = 51.75%
G = 32.31%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED9449 (or 0xED9449) is known color: Sea Buckthorn. HEX triplet: ED, 94 and 49. RGB value is (237,148,73). Sum of RGB (Red+Green+Blue) = 237+148+73=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9449 is #126BB6. Grayscale: #A6A6A6. Windows color (decimal): -1207223 or 4822253. OLE color: 4822253.

HSL color Cylindrical-coordinate representation of color #ED9449: hue angle of 27.44º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED9449 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 73 -
CMYK 0 0.38 0.69 0.07
HSL 27.44º 0.82% 0.61% -
HSV(B) 27.44º 0.69% 0.93% -
XYZ 46.72 39.67 11.5 -
YUV 166.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 237 148 73 0 0.38 0.69 0.07 27.44 0.82 0.61
Hex ED 94 49 0 26 45 7 1B 52 3D
Octal 355 224 111 0 46 105 7 33 122 75
Binary 11101101 10010100 1001001 0 100110 1000101 111 11011 1010010 111101

Color Harmonies of #ED9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9449

Black with #ED9449

Text Example


Text Example

White with #ED9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9449; }

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

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

background-color css

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

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

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

border-color css

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

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

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