Html Css Color HEX #EDD367 Golden Sand

📋 copy color: '#EDD367'

red 237 ◦ green 211 ◦ blue 103

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

Shades of Golden Sand #EDD367

Tints of Golden Sand #EDD367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.29%

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

R = 43.01%
G = 38.29%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD367 (or 0xEDD367) is known color: Golden Sand. HEX triplet: ED, D3 and 67. RGB value is (237,211,103). Sum of RGB (Red+Green+Blue) = 237+211+103=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD367 is #122C98. Grayscale: #CECECE. Windows color (decimal): -1191065 or 6804461. OLE color: 6804461.

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

Color convert

RGB 237 211 103 -
CMYK 0 0.11 0.57 0.07
HSL 48.36º 0.79% 0.67% -
HSV(B) 48.36º 0.57% 0.93% -
XYZ 60.67 65.57 22.29 -
YUV 206.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 237 211 103 0 0.11 0.57 0.07 48.36 0.79 0.67
Hex ED D3 67 0 B 39 7 30 4F 43
Octal 355 323 147 0 13 71 7 60 117 103
Binary 11101101 11010011 1100111 0 1011 111001 111 110000 1001111 1000011

Color Harmonies of #EDD367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD367

Black with #EDD367

Text Example


Text Example

White with #EDD367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD367; }

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

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

background-color css

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

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

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

border-color css

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

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

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