Html Css Color HEX #EDC568 Golden Sand

📋 copy color: '#EDC568'

red 237 ◦ green 197 ◦ blue 104

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

Shades of Golden Sand #EDC568

Tints of Golden Sand #EDC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

 BLUE value IS 104 (41.02% from 255) = 19.33%

R = 44.05%
G = 36.62%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDC568 (or 0xEDC568) is known color: Golden Sand. HEX triplet: ED, C5 and 68. RGB value is (237,197,104). Sum of RGB (Red+Green+Blue) = 237+197+104=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC568 is #123A97. Grayscale: #C6C6C6. Windows color (decimal): -1194648 or 6866413. OLE color: 6866413.

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

Color convert

RGB 237 197 104 -
CMYK 0 0.17 0.56 0.07
HSL 41.95º 0.79% 0.67% -
HSV(B) 41.95º 0.56% 0.93% -
XYZ 57.39 58.94 21.45 -
YUV 198.36 74.75 155.56 -
System Red Green Blue C M Y K H S L
Decimal 237 197 104 0 0.17 0.56 0.07 41.95 0.79 0.67
Hex ED C5 68 0 11 38 7 2A 4F 43
Octal 355 305 150 0 21 70 7 52 117 103
Binary 11101101 11000101 1101000 0 10001 111000 111 101010 1001111 1000011

Color Harmonies of #EDC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC568

Black with #EDC568

Text Example


Text Example

White with #EDC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC568; }

 p { color: rgb(237,197,104); }

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

background-color css

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

 a { background-color: rgb(237,197,104); }

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

border-color css

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

 span { border-color: rgb(237,197,104); }

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