Html Css Color HEX #EDA248 Sea Buckthorn

📋 copy color: '#EDA248'

red 237 ◦ green 162 ◦ blue 72

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

Shades of Sea Buckthorn #EDA248

Tints of Sea Buckthorn #EDA248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 50.32%
G = 34.39%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA248 (or 0xEDA248) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 48. RGB value is (237,162,72). Sum of RGB (Red+Green+Blue) = 237+162+72=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA248 is #125DB7. Grayscale: #AEAEAE. Windows color (decimal): -1203640 or 4760301. OLE color: 4760301.

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

Color convert

RGB 237 162 72 -
CMYK 0 0.32 0.70 0.07
HSL 32.73º 0.82% 0.61% -
HSV(B) 32.73º 0.7% 0.93% -
XYZ 49.02 44.31 12.1 -
YUV 174.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 237 162 72 0 0.32 0.70 0.07 32.73 0.82 0.61
Hex ED A2 48 0 20 46 7 21 52 3D
Octal 355 242 110 0 40 106 7 41 122 75
Binary 11101101 10100010 1001000 0 100000 1000110 111 100001 1010010 111101

Color Harmonies of #EDA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA248

Black with #EDA248

Text Example


Text Example

White with #EDA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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