Html Css Color HEX #EDCD6A Golden Sand

📋 copy color: '#EDCD6A'

red 237 ◦ green 205 ◦ blue 106

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

Shades of Golden Sand #EDCD6A

Tints of Golden Sand #EDCD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.34%

R = 43.25%
G = 37.41%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDCD6A (or 0xEDCD6A) is known color: Golden Sand. HEX triplet: ED, CD and 6A. RGB value is (237,205,106). Sum of RGB (Red+Green+Blue) = 237+205+106=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD6A is #123295. Grayscale: #CBCBCB. Windows color (decimal): -1192598 or 6999533. OLE color: 6999533.

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

Color convert

RGB 237 205 106 -
CMYK 0 0.14 0.55 0.07
HSL 45.34º 0.78% 0.67% -
HSV(B) 45.34º 0.55% 0.93% -
XYZ 59.36 62.71 22.61 -
YUV 203.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 237 205 106 0 0.14 0.55 0.07 45.34 0.78 0.67
Hex ED CD 6A 0 E 37 7 2D 4E 43
Octal 355 315 152 0 16 67 7 55 116 103
Binary 11101101 11001101 1101010 0 1110 110111 111 101101 1001110 1000011

Color Harmonies of #EDCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD6A

Black with #EDCD6A

Text Example


Text Example

White with #EDCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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