Html Css Color HEX #EDDC68 Golden Sand

📋 copy color: '#EDDC68'

red 237 ◦ green 220 ◦ blue 104

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

Shades of Golden Sand #EDDC68

Tints of Golden Sand #EDDC68

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

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

R = 42.25%
G = 39.22%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDDC68 (or 0xEDDC68) is known color: Golden Sand. HEX triplet: ED, DC and 68. RGB value is (237,220,104). Sum of RGB (Red+Green+Blue) = 237+220+104=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC68 is #122397. Grayscale: #D4D4D4. Windows color (decimal): -1188760 or 6872301. OLE color: 6872301.

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

Color convert

RGB 237 220 104 -
CMYK 0 0.07 0.56 0.07
HSL 52.33º 0.79% 0.67% -
HSV(B) 52.33º 0.56% 0.93% -
XYZ 63.02 70.19 23.32 -
YUV 211.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 237 220 104 0 0.07 0.56 0.07 52.33 0.79 0.67
Hex ED DC 68 0 7 38 7 34 4F 43
Octal 355 334 150 0 7 70 7 64 117 103
Binary 11101101 11011100 1101000 0 111 111000 111 110100 1001111 1000011

Color Harmonies of #EDDC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC68

Black with #EDDC68

Text Example


Text Example

White with #EDDC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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