Html Css Color HEX #EDC667 Golden Sand

📋 copy color: '#EDC667'

red 237 ◦ green 198 ◦ blue 103

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

Shades of Golden Sand #EDC667

Tints of Golden Sand #EDC667

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.8%

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

R = 44.05%
G = 36.8%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC667 (or 0xEDC667) is known color: Golden Sand. HEX triplet: ED, C6 and 67. RGB value is (237,198,103). Sum of RGB (Red+Green+Blue) = 237+198+103=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC667 is #123998. Grayscale: #C7C7C7. Windows color (decimal): -1194393 or 6801133. OLE color: 6801133.

HSL color Cylindrical-coordinate representation of color #EDC667: hue angle of 42.54º 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 #EDC667 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 103 -
CMYK 0 0.16 0.57 0.07
HSL 42.54º 0.79% 0.67% -
HSV(B) 42.54º 0.57% 0.93% -
XYZ 57.57 59.37 21.26 -
YUV 198.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 237 198 103 0 0.16 0.57 0.07 42.54 0.79 0.67
Hex ED C6 67 0 10 39 7 2B 4F 43
Octal 355 306 147 0 20 71 7 53 117 103
Binary 11101101 11000110 1100111 0 10000 111001 111 101011 1001111 1000011

Color Harmonies of #EDC667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC667

Black with #EDC667

Text Example


Text Example

White with #EDC667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC667; }

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

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

background-color css

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

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

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

border-color css

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

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

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