Html Css Color HEX #EDA052 Sea Buckthorn

📋 copy color: '#EDA052'

red 237 ◦ green 160 ◦ blue 82

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

Shades of Sea Buckthorn #EDA052

Tints of Sea Buckthorn #EDA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 49.48%
G = 33.4%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDA052 (or 0xEDA052) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 52. RGB value is (237,160,82). Sum of RGB (Red+Green+Blue) = 237+160+82=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA052 is #125FAD. Grayscale: #AEAEAE. Windows color (decimal): -1204142 or 5415149. OLE color: 5415149.

HSL color Cylindrical-coordinate representation of color #EDA052: hue angle of 30.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA052 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 82 -
CMYK 0 0.32 0.65 0.07
HSL 30.19º 0.81% 0.63% -
HSV(B) 30.19º 0.65% 0.93% -
XYZ 49.02 43.76 13.84 -
YUV 174.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 237 160 82 0 0.32 0.65 0.07 30.19 0.81 0.63
Hex ED A0 52 0 20 41 7 1E 51 3F
Octal 355 240 122 0 40 101 7 36 121 77
Binary 11101101 10100000 1010010 0 100000 1000001 111 11110 1010001 111111

Color Harmonies of #EDA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA052

Black with #EDA052

Text Example


Text Example

White with #EDA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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