Html Css Color HEX #EDA249 Sea Buckthorn

📋 copy color: '#EDA249'

red 237 ◦ green 162 ◦ blue 73

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

Shades of Sea Buckthorn #EDA249

Tints of Sea Buckthorn #EDA249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.32%

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

R = 50.21%
G = 34.32%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDA249 (or 0xEDA249) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 49. RGB value is (237,162,73). Sum of RGB (Red+Green+Blue) = 237+162+73=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA249 is #125DB6. Grayscale: #AEAEAE. Windows color (decimal): -1203639 or 4825837. OLE color: 4825837.

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

Color convert

RGB 237 162 73 -
CMYK 0 0.32 0.69 0.07
HSL 32.56º 0.82% 0.61% -
HSV(B) 32.56º 0.69% 0.93% -
XYZ 49.05 44.33 12.27 -
YUV 174.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 237 162 73 0 0.32 0.69 0.07 32.56 0.82 0.61
Hex ED A2 49 0 20 45 7 21 52 3D
Octal 355 242 111 0 40 105 7 41 122 75
Binary 11101101 10100010 1001001 0 100000 1000101 111 100001 1010010 111101

Color Harmonies of #EDA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA249

Black with #EDA249

Text Example


Text Example

White with #EDA249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA249; }

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

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

background-color css

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

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

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

border-color css

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

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

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