Html Css Color HEX #EDCE69 Golden Sand

📋 copy color: '#EDCE69'

red 237 ◦ green 206 ◦ blue 105

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

Shades of Golden Sand #EDCE69

Tints of Golden Sand #EDCE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.59%

 BLUE value IS 105 (41.41% from 255) = 19.16%

R = 43.25%
G = 37.59%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDCE69 (or 0xEDCE69) is known color: Golden Sand. HEX triplet: ED, CE and 69. RGB value is (237,206,105). Sum of RGB (Red+Green+Blue) = 237+206+105=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE69 is #123196. Grayscale: #CCCCCC. Windows color (decimal): -1192343 or 6934253. OLE color: 6934253.

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

Color convert

RGB 237 206 105 -
CMYK 0 0.13 0.56 0.07
HSL 45.91º 0.79% 0.67% -
HSV(B) 45.91º 0.56% 0.93% -
XYZ 59.55 63.17 22.42 -
YUV 203.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 237 206 105 0 0.13 0.56 0.07 45.91 0.79 0.67
Hex ED CE 69 0 D 38 7 2E 4F 43
Octal 355 316 151 0 15 70 7 56 117 103
Binary 11101101 11001110 1101001 0 1101 111000 111 101110 1001111 1000011

Color Harmonies of #EDCE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE69

Black with #EDCE69

Text Example


Text Example

White with #EDCE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE69; }

 p { color: rgb(237,206,105); }

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

background-color css

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

 a { background-color: rgb(237,206,105); }

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

border-color css

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

 span { border-color: rgb(237,206,105); }

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