Html Css Color HEX #EDA146 Sea Buckthorn

📋 copy color: '#EDA146'

red 237 ◦ green 161 ◦ blue 70

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

Shades of Sea Buckthorn #EDA146

Tints of Sea Buckthorn #EDA146

RGB

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

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

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

R = 50.64%
G = 34.4%
B = 14.96%

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

#EDA146 (or 0xEDA146) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 46. RGB value is (237,161,70). Sum of RGB (Red+Green+Blue) = 237+161+70=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA146 is #125EB9. Grayscale: #ADADAD. Windows color (decimal): -1203898 or 4628973. OLE color: 4628973.

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

Color convert

RGB 237 161 70 -
CMYK 0 0.32 0.70 0.07
HSL 32.69º 0.82% 0.6% -
HSV(B) 32.69º 0.7% 0.93% -
XYZ 48.78 43.94 11.7 -
YUV 173.35 69.68 173.4 -
System Red Green Blue C M Y K H S L
Decimal 237 161 70 0 0.32 0.70 0.07 32.69 0.82 0.6
Hex ED A1 46 0 20 46 7 21 52 3C
Octal 355 241 106 0 40 106 7 41 122 74
Binary 11101101 10100001 1000110 0 100000 1000110 111 100001 1010010 111100

Color Harmonies of #EDA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA146

Black with #EDA146

Text Example


Text Example

White with #EDA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA146; }

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

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

background-color css

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

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

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

border-color css

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

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

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