Html Css Color HEX #EDD272 Golden Sand

📋 copy color: '#EDD272'

red 237 ◦ green 210 ◦ blue 114

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

Shades of Golden Sand #EDD272

Tints of Golden Sand #EDD272

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.43%

 BLUE value IS 114 (44.92% from 255) = 20.32%

R = 42.25%
G = 37.43%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDD272 (or 0xEDD272) is known color: Golden Sand. HEX triplet: ED, D2 and 72. RGB value is (237,210,114). Sum of RGB (Red+Green+Blue) = 237+210+114=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD272 is #122D8D. Grayscale: #CFCFCF. Windows color (decimal): -1191310 or 7525101. OLE color: 7525101.

HSL color Cylindrical-coordinate representation of color #EDD272: hue angle of 46.83º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDD272 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 114 -
CMYK 0 0.11 0.52 0.07
HSL 46.83º 0.77% 0.69% -
HSV(B) 46.83º 0.52% 0.93% -
XYZ 61.01 65.31 25.31 -
YUV 207.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 237 210 114 0 0.11 0.52 0.07 46.83 0.77 0.69
Hex ED D2 72 0 B 34 7 2F 4D 45
Octal 355 322 162 0 13 64 7 57 115 105
Binary 11101101 11010010 1110010 0 1011 110100 111 101111 1001101 1000101

Color Harmonies of #EDD272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD272

Black with #EDD272

Text Example


Text Example

White with #EDD272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD272; }

 p { color: rgb(237,210,114); }

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

background-color css

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

 a { background-color: rgb(237,210,114); }

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

border-color css

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

 span { border-color: rgb(237,210,114); }

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