Html Css Color HEX #EDA143 Sea Buckthorn

📋 copy color: '#EDA143'

red 237 ◦ green 161 ◦ blue 67

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

Shades of Sea Buckthorn #EDA143

Tints of Sea Buckthorn #EDA143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 50.97%
G = 34.62%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDA143 (or 0xEDA143) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 43. RGB value is (237,161,67). Sum of RGB (Red+Green+Blue) = 237+161+67=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA143 is #125EBC. Grayscale: #ADADAD. Windows color (decimal): -1203901 or 4432365. OLE color: 4432365.

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

Color convert

RGB 237 161 67 -
CMYK 0 0.32 0.72 0.07
HSL 33.18º 0.83% 0.6% -
HSV(B) 33.18º 0.72% 0.93% -
XYZ 48.68 43.9 11.22 -
YUV 173.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 237 161 67 0 0.32 0.72 0.07 33.18 0.83 0.6
Hex ED A1 43 0 20 48 7 21 53 3C
Octal 355 241 103 0 40 110 7 41 123 74
Binary 11101101 10100001 1000011 0 100000 1001000 111 100001 1010011 111100

Color Harmonies of #EDA143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA143

Black with #EDA143

Text Example


Text Example

White with #EDA143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA143; }

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

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

background-color css

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

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

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

border-color css

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

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

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