Html Css Color HEX #EDD567 Golden Sand

📋 copy color: '#EDD567'

red 237 ◦ green 213 ◦ blue 103

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

Shades of Golden Sand #EDD567

Tints of Golden Sand #EDD567

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.52%

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

R = 42.86%
G = 38.52%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD567 (or 0xEDD567) is known color: Golden Sand. HEX triplet: ED, D5 and 67. RGB value is (237,213,103). Sum of RGB (Red+Green+Blue) = 237+213+103=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD567 is #122A98. Grayscale: #D0D0D0. Windows color (decimal): -1190553 or 6804973. OLE color: 6804973.

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

Color convert

RGB 237 213 103 -
CMYK 0 0.10 0.57 0.07
HSL 49.25º 0.79% 0.67% -
HSV(B) 49.25º 0.57% 0.93% -
XYZ 61.17 66.57 22.46 -
YUV 207.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 237 213 103 0 0.10 0.57 0.07 49.25 0.79 0.67
Hex ED D5 67 0 A 39 7 31 4F 43
Octal 355 325 147 0 12 71 7 61 117 103
Binary 11101101 11010101 1100111 0 1010 111001 111 110001 1001111 1000011

Color Harmonies of #EDD567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD567

Black with #EDD567

Text Example


Text Example

White with #EDD567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD567; }

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

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

background-color css

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

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

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

border-color css

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

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

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