Html Css Color HEX #EDD068 Golden Sand

📋 copy color: '#EDD068'

red 237 ◦ green 208 ◦ blue 104

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

Shades of Golden Sand #EDD068

Tints of Golden Sand #EDD068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.89%

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

R = 43.17%
G = 37.89%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD068 (or 0xEDD068) is known color: Golden Sand. HEX triplet: ED, D0 and 68. RGB value is (237,208,104). Sum of RGB (Red+Green+Blue) = 237+208+104=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD068 is #122F97. Grayscale: #CDCDCD. Windows color (decimal): -1191832 or 6869229. OLE color: 6869229.

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

Color convert

RGB 237 208 104 -
CMYK 0 0.12 0.56 0.07
HSL 46.92º 0.79% 0.67% -
HSV(B) 46.92º 0.56% 0.93% -
XYZ 59.98 64.12 22.31 -
YUV 204.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 237 208 104 0 0.12 0.56 0.07 46.92 0.79 0.67
Hex ED D0 68 0 C 38 7 2F 4F 43
Octal 355 320 150 0 14 70 7 57 117 103
Binary 11101101 11010000 1101000 0 1100 111000 111 101111 1001111 1000011

Color Harmonies of #EDD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD068

Black with #EDD068

Text Example


Text Example

White with #EDD068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD068; }

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

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

background-color css

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

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

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

border-color css

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

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

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