Html Css Color HEX #EDCD70 Golden Sand

📋 copy color: '#EDCD70'

red 237 ◦ green 205 ◦ blue 112

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

Shades of Golden Sand #EDCD70

Tints of Golden Sand #EDCD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 42.78%
G = 37%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDCD70 (or 0xEDCD70) is known color: Golden Sand. HEX triplet: ED, CD and 70. RGB value is (237,205,112). Sum of RGB (Red+Green+Blue) = 237+205+112=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD70 is #12328F. Grayscale: #CCCCCC. Windows color (decimal): -1192592 or 7392749. OLE color: 7392749.

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

Color convert

RGB 237 205 112 -
CMYK 0 0.14 0.53 0.07
HSL 44.64º 0.78% 0.68% -
HSV(B) 44.64º 0.53% 0.93% -
XYZ 59.68 62.84 24.31 -
YUV 203.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 237 205 112 0 0.14 0.53 0.07 44.64 0.78 0.68
Hex ED CD 70 0 E 35 7 2D 4E 44
Octal 355 315 160 0 16 65 7 55 116 104
Binary 11101101 11001101 1110000 0 1110 110101 111 101101 1001110 1000100

Color Harmonies of #EDCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD70

Black with #EDCD70

Text Example


Text Example

White with #EDCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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