Html Css Color HEX #EDA048 Sea Buckthorn

📋 copy color: '#EDA048'

red 237 ◦ green 160 ◦ blue 72

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

Shades of Sea Buckthorn #EDA048

Tints of Sea Buckthorn #EDA048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.35%

R = 50.53%
G = 34.12%
B = 15.35%

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

#EDA048 (or 0xEDA048) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 48. RGB value is (237,160,72). Sum of RGB (Red+Green+Blue) = 237+160+72=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA048 is #125FB7. Grayscale: #ADADAD. Windows color (decimal): -1204152 or 4759789. OLE color: 4759789.

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

Color convert

RGB 237 160 72 -
CMYK 0 0.32 0.70 0.07
HSL 32º 0.82% 0.61% -
HSV(B) 32º 0.7% 0.93% -
XYZ 48.67 43.61 11.98 -
YUV 172.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 237 160 72 0 0.32 0.70 0.07 32 0.82 0.61
Hex ED A0 48 0 20 46 7 20 52 3D
Octal 355 240 110 0 40 106 7 40 122 75
Binary 11101101 10100000 1001000 0 100000 1000110 111 100000 1010010 111101

Color Harmonies of #EDA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA048

Black with #EDA048

Text Example


Text Example

White with #EDA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA048; }

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

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

background-color css

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

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

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

border-color css

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

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

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