Html Css Color HEX #EDD167 Golden Sand

📋 copy color: '#EDD167'

red 237 ◦ green 209 ◦ blue 103

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

Shades of Golden Sand #EDD167

Tints of Golden Sand #EDD167

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.07%

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

R = 43.17%
G = 38.07%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD167 (or 0xEDD167) is known color: Golden Sand. HEX triplet: ED, D1 and 67. RGB value is (237,209,103). Sum of RGB (Red+Green+Blue) = 237+209+103=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD167 is #122E98. Grayscale: #CDCDCD. Windows color (decimal): -1191577 or 6803949. OLE color: 6803949.

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

Color convert

RGB 237 209 103 -
CMYK 0 0.12 0.57 0.07
HSL 47.46º 0.79% 0.67% -
HSV(B) 47.46º 0.57% 0.93% -
XYZ 60.17 64.58 22.13 -
YUV 205.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 237 209 103 0 0.12 0.57 0.07 47.46 0.79 0.67
Hex ED D1 67 0 C 39 7 2F 4F 43
Octal 355 321 147 0 14 71 7 57 117 103
Binary 11101101 11010001 1100111 0 1100 111001 111 101111 1001111 1000011

Color Harmonies of #EDD167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD167

Black with #EDD167

Text Example


Text Example

White with #EDD167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD167; }

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

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

background-color css

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

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

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

border-color css

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

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

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