Html Css Color HEX #EDCD74 Golden Sand

📋 copy color: '#EDCD74'

red 237 ◦ green 205 ◦ blue 116

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

Shades of Golden Sand #EDCD74

Tints of Golden Sand #EDCD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.74%

 BLUE value IS 116 (45.7% from 255) = 20.79%

R = 42.47%
G = 36.74%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDCD74 (or 0xEDCD74) is known color: Golden Sand. HEX triplet: ED, CD and 74. RGB value is (237,205,116). Sum of RGB (Red+Green+Blue) = 237+205+116=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD74 is #12328B. Grayscale: #CCCCCC. Windows color (decimal): -1192588 or 7654893. OLE color: 7654893.

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

Color convert

RGB 237 205 116 -
CMYK 0 0.14 0.51 0.07
HSL 44.13º 0.77% 0.69% -
HSV(B) 44.13º 0.51% 0.93% -
XYZ 59.91 62.93 25.51 -
YUV 204.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 237 205 116 0 0.14 0.51 0.07 44.13 0.77 0.69
Hex ED CD 74 0 E 33 7 2C 4D 45
Octal 355 315 164 0 16 63 7 54 115 105
Binary 11101101 11001101 1110100 0 1110 110011 111 101100 1001101 1000101

Color Harmonies of #EDCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD74

Black with #EDCD74

Text Example


Text Example

White with #EDCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD74; }

 p { color: rgb(237,205,116); }

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

background-color css

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

 a { background-color: rgb(237,205,116); }

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

border-color css

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

 span { border-color: rgb(237,205,116); }

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