Html Css Color HEX #EDA14C Sea Buckthorn

📋 copy color: '#EDA14C'

red 237 ◦ green 161 ◦ blue 76

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

Shades of Sea Buckthorn #EDA14C

Tints of Sea Buckthorn #EDA14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 50%
G = 33.97%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDA14C (or 0xEDA14C) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 4C. RGB value is (237,161,76). Sum of RGB (Red+Green+Blue) = 237+161+76=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA14C is #125EB3. Grayscale: #AEAEAE. Windows color (decimal): -1203892 or 5022189. OLE color: 5022189.

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

Color convert

RGB 237 161 76 -
CMYK 0 0.32 0.68 0.07
HSL 31.68º 0.82% 0.61% -
HSV(B) 31.68º 0.68% 0.93% -
XYZ 48.97 44.02 12.75 -
YUV 174.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 237 161 76 0 0.32 0.68 0.07 31.68 0.82 0.61
Hex ED A1 4C 0 20 44 7 20 52 3D
Octal 355 241 114 0 40 104 7 40 122 75
Binary 11101101 10100001 1001100 0 100000 1000100 111 100000 1010010 111101

Color Harmonies of #EDA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA14C

Black with #EDA14C

Text Example


Text Example

White with #EDA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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