Html Css Color HEX #EDA251 Sunshade

📋 copy color: '#EDA251'

red 237 ◦ green 162 ◦ blue 81

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

Shades of Sunshade #EDA251

Tints of Sunshade #EDA251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.88%

R = 49.38%
G = 33.75%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDA251 (or 0xEDA251) is known color: Sunshade. HEX triplet: ED, A2 and 51. RGB value is (237,162,81). Sum of RGB (Red+Green+Blue) = 237+162+81=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA251 is #125DAE. Grayscale: #AFAFAF. Windows color (decimal): -1203631 or 5350125. OLE color: 5350125.

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

Color convert

RGB 237 162 81 -
CMYK 0 0.32 0.66 0.07
HSL 31.15º 0.81% 0.62% -
HSV(B) 31.15º 0.66% 0.93% -
XYZ 49.33 44.44 13.76 -
YUV 175.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 237 162 81 0 0.32 0.66 0.07 31.15 0.81 0.62
Hex ED A2 51 0 20 42 7 1F 51 3E
Octal 355 242 121 0 40 102 7 37 121 76
Binary 11101101 10100010 1010001 0 100000 1000010 111 11111 1010001 111110

Color Harmonies of #EDA251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA251

Black with #EDA251

Text Example


Text Example

White with #EDA251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA251; }

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

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

background-color css

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

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

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

border-color css

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

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

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