Html Css Color HEX #EDA14E Sea Buckthorn

📋 copy color: '#EDA14E'

red 237 ◦ green 161 ◦ blue 78

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

Shades of Sea Buckthorn #EDA14E

Tints of Sea Buckthorn #EDA14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.39%

R = 49.79%
G = 33.82%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDA14E (or 0xEDA14E) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 4E. RGB value is (237,161,78). Sum of RGB (Red+Green+Blue) = 237+161+78=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA14E is #125EB1. Grayscale: #AEAEAE. Windows color (decimal): -1203890 or 5153261. OLE color: 5153261.

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

Color convert

RGB 237 161 78 -
CMYK 0 0.32 0.67 0.07
HSL 31.32º 0.82% 0.62% -
HSV(B) 31.32º 0.67% 0.93% -
XYZ 49.05 44.04 13.12 -
YUV 174.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 237 161 78 0 0.32 0.67 0.07 31.32 0.82 0.62
Hex ED A1 4E 0 20 43 7 1F 52 3E
Octal 355 241 116 0 40 103 7 37 122 76
Binary 11101101 10100001 1001110 0 100000 1000011 111 11111 1010010 111110

Color Harmonies of #EDA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA14E

Black with #EDA14E

Text Example


Text Example

White with #EDA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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