Html Css Color HEX #EDCD65 Golden Sand

📋 copy color: '#EDCD65'

red 237 ◦ green 205 ◦ blue 101

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

Shades of Golden Sand #EDCD65

Tints of Golden Sand #EDCD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.6%

R = 43.65%
G = 37.75%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDCD65 (or 0xEDCD65) is known color: Golden Sand. HEX triplet: ED, CD and 65. RGB value is (237,205,101). Sum of RGB (Red+Green+Blue) = 237+205+101=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD65 is #12329A. Grayscale: #CBCBCB. Windows color (decimal): -1192603 or 6671853. OLE color: 6671853.

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

Color convert

RGB 237 205 101 -
CMYK 0 0.14 0.57 0.07
HSL 45.88º 0.79% 0.66% -
HSV(B) 45.88º 0.57% 0.93% -
XYZ 59.11 62.61 21.28 -
YUV 202.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 237 205 101 0 0.14 0.57 0.07 45.88 0.79 0.66
Hex ED CD 65 0 E 39 7 2E 4F 42
Octal 355 315 145 0 16 71 7 56 117 102
Binary 11101101 11001101 1100101 0 1110 111001 111 101110 1001111 1000010

Color Harmonies of #EDCD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD65

Black with #EDCD65

Text Example


Text Example

White with #EDCD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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