Html Css Color HEX #EDA144 Sea Buckthorn

📋 copy color: '#EDA144'

red 237 ◦ green 161 ◦ blue 68

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

Shades of Sea Buckthorn #EDA144

Tints of Sea Buckthorn #EDA144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.59%

R = 50.86%
G = 34.55%
B = 14.59%

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

#EDA144 (or 0xEDA144) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 44. RGB value is (237,161,68). Sum of RGB (Red+Green+Blue) = 237+161+68=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA144 is #125EBB. Grayscale: #ADADAD. Windows color (decimal): -1203900 or 4497901. OLE color: 4497901.

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

Color convert

RGB 237 161 68 -
CMYK 0 0.32 0.71 0.07
HSL 33.02º 0.82% 0.6% -
HSV(B) 33.02º 0.71% 0.93% -
XYZ 48.71 43.91 11.38 -
YUV 173.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 237 161 68 0 0.32 0.71 0.07 33.02 0.82 0.6
Hex ED A1 44 0 20 47 7 21 52 3C
Octal 355 241 104 0 40 107 7 41 122 74
Binary 11101101 10100001 1000100 0 100000 1000111 111 100001 1010010 111100

Color Harmonies of #EDA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA144

Black with #EDA144

Text Example


Text Example

White with #EDA144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA144; }

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

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

background-color css

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

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

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

border-color css

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

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

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