Html Css Color HEX #EDA046 Sea Buckthorn

📋 copy color: '#EDA046'

red 237 ◦ green 160 ◦ blue 70

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

Shades of Sea Buckthorn #EDA046

Tints of Sea Buckthorn #EDA046

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.26%

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

R = 50.75%
G = 34.26%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA046 (or 0xEDA046) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 46. RGB value is (237,160,70). Sum of RGB (Red+Green+Blue) = 237+160+70=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA046 is #125FB9. Grayscale: #ADADAD. Windows color (decimal): -1204154 or 4628717. OLE color: 4628717.

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

Color convert

RGB 237 160 70 -
CMYK 0 0.32 0.70 0.07
HSL 32.34º 0.82% 0.6% -
HSV(B) 32.34º 0.7% 0.93% -
XYZ 48.6 43.59 11.65 -
YUV 172.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 237 160 70 0 0.32 0.70 0.07 32.34 0.82 0.6
Hex ED A0 46 0 20 46 7 20 52 3C
Octal 355 240 106 0 40 106 7 40 122 74
Binary 11101101 10100000 1000110 0 100000 1000110 111 100000 1010010 111100

Color Harmonies of #EDA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA046

Black with #EDA046

Text Example


Text Example

White with #EDA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA046; }

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

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

background-color css

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

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

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

border-color css

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

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

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