Html Css Color HEX #EDD468 Golden Sand

📋 copy color: '#EDD468'

red 237 ◦ green 212 ◦ blue 104

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

Shades of Golden Sand #EDD468

Tints of Golden Sand #EDD468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.34%

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

R = 42.86%
G = 38.34%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD468 (or 0xEDD468) is known color: Golden Sand. HEX triplet: ED, D4 and 68. RGB value is (237,212,104). Sum of RGB (Red+Green+Blue) = 237+212+104=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD468 is #122B97. Grayscale: #CFCFCF. Windows color (decimal): -1190808 or 6870253. OLE color: 6870253.

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

Color convert

RGB 237 212 104 -
CMYK 0 0.11 0.56 0.07
HSL 48.72º 0.79% 0.67% -
HSV(B) 48.72º 0.56% 0.93% -
XYZ 60.97 66.09 22.64 -
YUV 207.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 237 212 104 0 0.11 0.56 0.07 48.72 0.79 0.67
Hex ED D4 68 0 B 38 7 31 4F 43
Octal 355 324 150 0 13 70 7 61 117 103
Binary 11101101 11010100 1101000 0 1011 111000 111 110001 1001111 1000011

Color Harmonies of #EDD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD468

Black with #EDD468

Text Example


Text Example

White with #EDD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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