Html Css Color HEX #EDCD64 Golden Sand

📋 copy color: '#EDCD64'

red 237 ◦ green 205 ◦ blue 100

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

Shades of Golden Sand #EDCD64

Tints of Golden Sand #EDCD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 43.73%
G = 37.82%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDCD64 (or 0xEDCD64) is known color: Golden Sand. HEX triplet: ED, CD and 64. RGB value is (237,205,100). Sum of RGB (Red+Green+Blue) = 237+205+100=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD64 is #12329B. Grayscale: #CBCBCB. Windows color (decimal): -1192604 or 6606317. OLE color: 6606317.

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

Color convert

RGB 237 205 100 -
CMYK 0 0.14 0.58 0.07
HSL 45.99º 0.79% 0.66% -
HSV(B) 45.99º 0.58% 0.93% -
XYZ 59.06 62.59 21.02 -
YUV 202.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 237 205 100 0 0.14 0.58 0.07 45.99 0.79 0.66
Hex ED CD 64 0 E 3A 7 2E 4F 42
Octal 355 315 144 0 16 72 7 56 117 102
Binary 11101101 11001101 1100100 0 1110 111010 111 101110 1001111 1000010

Color Harmonies of #EDCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD64

Black with #EDCD64

Text Example


Text Example

White with #EDCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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