Html Css Color HEX #EDD072 Golden Sand

📋 copy color: '#EDD072'

red 237 ◦ green 208 ◦ blue 114

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

Shades of Golden Sand #EDD072

Tints of Golden Sand #EDD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.21%

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

R = 42.4%
G = 37.21%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDD072 (or 0xEDD072) is known color: Golden Sand. HEX triplet: ED, D0 and 72. RGB value is (237,208,114). Sum of RGB (Red+Green+Blue) = 237+208+114=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD072 is #122F8D. Grayscale: #CECECE. Windows color (decimal): -1191822 or 7524589. OLE color: 7524589.

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

Color convert

RGB 237 208 114 -
CMYK 0 0.12 0.52 0.07
HSL 45.85º 0.77% 0.69% -
HSV(B) 45.85º 0.52% 0.93% -
XYZ 60.52 64.33 25.15 -
YUV 205.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 237 208 114 0 0.12 0.52 0.07 45.85 0.77 0.69
Hex ED D0 72 0 C 34 7 2E 4D 45
Octal 355 320 162 0 14 64 7 56 115 105
Binary 11101101 11010000 1110010 0 1100 110100 111 101110 1001101 1000101

Color Harmonies of #EDD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD072

Black with #EDD072

Text Example


Text Example

White with #EDD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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