Html Css Color HEX #ED9A49 Sea Buckthorn

📋 copy color: '#ED9A49'

red 237 ◦ green 154 ◦ blue 73

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

Shades of Sea Buckthorn #ED9A49

Tints of Sea Buckthorn #ED9A49

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

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

R = 51.08%
G = 33.19%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED9A49 (or 0xED9A49) is known color: Sea Buckthorn. HEX triplet: ED, 9A and 49. RGB value is (237,154,73). Sum of RGB (Red+Green+Blue) = 237+154+73=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9A49 is #1265B6. Grayscale: #A9A9A9. Windows color (decimal): -1205687 or 4823789. OLE color: 4823789.

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

Color convert

RGB 237 154 73 -
CMYK 0 0.35 0.69 0.07
HSL 29.63º 0.82% 0.61% -
HSV(B) 29.63º 0.69% 0.93% -
XYZ 47.68 41.6 11.82 -
YUV 169.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 237 154 73 0 0.35 0.69 0.07 29.63 0.82 0.61
Hex ED 9A 49 0 23 45 7 1E 52 3D
Octal 355 232 111 0 43 105 7 36 122 75
Binary 11101101 10011010 1001001 0 100011 1000101 111 11110 1010010 111101

Color Harmonies of #ED9A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A49

Black with #ED9A49

Text Example


Text Example

White with #ED9A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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