Html Css Color HEX #EDA145 Sea Buckthorn

📋 copy color: '#EDA145'

red 237 ◦ green 161 ◦ blue 69

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

Shades of Sea Buckthorn #EDA145

Tints of Sea Buckthorn #EDA145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.78%

R = 50.75%
G = 34.48%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDA145 (or 0xEDA145) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 45. RGB value is (237,161,69). Sum of RGB (Red+Green+Blue) = 237+161+69=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA145 is #125EBA. Grayscale: #ADADAD. Windows color (decimal): -1203899 or 4563437. OLE color: 4563437.

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

Color convert

RGB 237 161 69 -
CMYK 0 0.32 0.71 0.07
HSL 32.86º 0.82% 0.6% -
HSV(B) 32.86º 0.71% 0.93% -
XYZ 48.74 43.92 11.54 -
YUV 173.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 237 161 69 0 0.32 0.71 0.07 32.86 0.82 0.6
Hex ED A1 45 0 20 47 7 21 52 3C
Octal 355 241 105 0 40 107 7 41 122 74
Binary 11101101 10100001 1000101 0 100000 1000111 111 100001 1010010 111100

Color Harmonies of #EDA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA145

Black with #EDA145

Text Example


Text Example

White with #EDA145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA145; }

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

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

background-color css

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

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

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

border-color css

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

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

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