Html Css Color HEX #EDD767 Golden Sand

📋 copy color: '#EDD767'

red 237 ◦ green 215 ◦ blue 103

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

Shades of Golden Sand #EDD767

Tints of Golden Sand #EDD767

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

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

R = 42.7%
G = 38.74%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD767 (or 0xEDD767) is known color: Golden Sand. HEX triplet: ED, D7 and 67. RGB value is (237,215,103). Sum of RGB (Red+Green+Blue) = 237+215+103=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD767 is #122898. Grayscale: #D1D1D1. Windows color (decimal): -1190041 or 6805485. OLE color: 6805485.

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

Color convert

RGB 237 215 103 -
CMYK 0 0.09 0.57 0.07
HSL 50.15º 0.79% 0.67% -
HSV(B) 50.15º 0.57% 0.93% -
XYZ 61.67 67.58 22.63 -
YUV 208.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 237 215 103 0 0.09 0.57 0.07 50.15 0.79 0.67
Hex ED D7 67 0 9 39 7 32 4F 43
Octal 355 327 147 0 11 71 7 62 117 103
Binary 11101101 11010111 1100111 0 1001 111001 111 110010 1001111 1000011

Color Harmonies of #EDD767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD767

Black with #EDD767

Text Example


Text Example

White with #EDD767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD767; }

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

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

background-color css

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

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

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

border-color css

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

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

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