Html Css Color HEX #EDA244 Sea Buckthorn

📋 copy color: '#EDA244'

red 237 ◦ green 162 ◦ blue 68

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

Shades of Sea Buckthorn #EDA244

Tints of Sea Buckthorn #EDA244

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

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

R = 50.75%
G = 34.69%
B = 14.56%

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

#EDA244 (or 0xEDA244) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 44. RGB value is (237,162,68). Sum of RGB (Red+Green+Blue) = 237+162+68=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA244 is #125DBB. Grayscale: #AEAEAE. Windows color (decimal): -1203644 or 4498157. OLE color: 4498157.

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

Color convert

RGB 237 162 68 -
CMYK 0 0.32 0.71 0.07
HSL 33.37º 0.82% 0.6% -
HSV(B) 33.37º 0.71% 0.93% -
XYZ 48.89 44.26 11.44 -
YUV 173.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 237 162 68 0 0.32 0.71 0.07 33.37 0.82 0.6
Hex ED A2 44 0 20 47 7 21 52 3C
Octal 355 242 104 0 40 107 7 41 122 74
Binary 11101101 10100010 1000100 0 100000 1000111 111 100001 1010010 111100

Color Harmonies of #EDA244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA244

Black with #EDA244

Text Example


Text Example

White with #EDA244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA244; }

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

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

background-color css

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

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

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

border-color css

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

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

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