Html Css Color HEX #EDA150 Sea Buckthorn

📋 copy color: '#EDA150'

red 237 ◦ green 161 ◦ blue 80

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

Shades of Sea Buckthorn #EDA150

Tints of Sea Buckthorn #EDA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.68%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 49.58%
G = 33.68%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDA150 (or 0xEDA150) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 50. RGB value is (237,161,80). Sum of RGB (Red+Green+Blue) = 237+161+80=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA150 is #125EAF. Grayscale: #AEAEAE. Windows color (decimal): -1203888 or 5284333. OLE color: 5284333.

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

Color convert

RGB 237 161 80 -
CMYK 0 0.32 0.66 0.07
HSL 30.96º 0.81% 0.62% -
HSV(B) 30.96º 0.66% 0.93% -
XYZ 49.12 44.07 13.51 -
YUV 174.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 237 161 80 0 0.32 0.66 0.07 30.96 0.81 0.62
Hex ED A1 50 0 20 42 7 1F 51 3E
Octal 355 241 120 0 40 102 7 37 121 76
Binary 11101101 10100001 1010000 0 100000 1000010 111 11111 1010001 111110

Color Harmonies of #EDA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA150

Black with #EDA150

Text Example


Text Example

White with #EDA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA150; }

 p { color: rgb(237,161,80); }

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

background-color css

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

 a { background-color: rgb(237,161,80); }

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

border-color css

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

 span { border-color: rgb(237,161,80); }

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