Html Css Color HEX #EDCE67 Golden Sand

📋 copy color: '#EDCE67'

red 237 ◦ green 206 ◦ blue 103

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

Shades of Golden Sand #EDCE67

Tints of Golden Sand #EDCE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.86%

R = 43.41%
G = 37.73%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDCE67 (or 0xEDCE67) is known color: Golden Sand. HEX triplet: ED, CE and 67. RGB value is (237,206,103). Sum of RGB (Red+Green+Blue) = 237+206+103=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE67 is #123198. Grayscale: #CBCBCB. Windows color (decimal): -1192345 or 6803181. OLE color: 6803181.

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

Color convert

RGB 237 206 103 -
CMYK 0 0.13 0.57 0.07
HSL 46.12º 0.79% 0.67% -
HSV(B) 46.12º 0.57% 0.93% -
XYZ 59.44 63.13 21.88 -
YUV 203.53 71.27 151.88 -
System Red Green Blue C M Y K H S L
Decimal 237 206 103 0 0.13 0.57 0.07 46.12 0.79 0.67
Hex ED CE 67 0 D 39 7 2E 4F 43
Octal 355 316 147 0 15 71 7 56 117 103
Binary 11101101 11001110 1100111 0 1101 111001 111 101110 1001111 1000011

Color Harmonies of #EDCE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE67

Black with #EDCE67

Text Example


Text Example

White with #EDCE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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