Html Css Color HEX #EDD265 Golden Sand

📋 copy color: '#EDD265'

red 237 ◦ green 210 ◦ blue 101

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

Shades of Golden Sand #EDD265

Tints of Golden Sand #EDD265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.32%

 BLUE value IS 101 (39.84% from 255) = 18.43%

R = 43.25%
G = 38.32%
B = 18.43%

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

#EDD265 (or 0xEDD265) is known color: Golden Sand. HEX triplet: ED, D2 and 65. RGB value is (237,210,101). Sum of RGB (Red+Green+Blue) = 237+210+101=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD265 is #122D9A. Grayscale: #CECECE. Windows color (decimal): -1191323 or 6673133. OLE color: 6673133.

HSL color Cylindrical-coordinate representation of color #EDD265: hue angle of 48.09º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDD265 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 101 -
CMYK 0 0.11 0.57 0.07
HSL 48.09º 0.79% 0.66% -
HSV(B) 48.09º 0.57% 0.93% -
XYZ 60.32 65.04 21.69 -
YUV 205.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 237 210 101 0 0.11 0.57 0.07 48.09 0.79 0.66
Hex ED D2 65 0 B 39 7 30 4F 42
Octal 355 322 145 0 13 71 7 60 117 102
Binary 11101101 11010010 1100101 0 1011 111001 111 110000 1001111 1000010

Color Harmonies of #EDD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD265

Black with #EDD265

Text Example


Text Example

White with #EDD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD265; }

 p { color: rgb(237,210,101); }

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

background-color css

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

 a { background-color: rgb(237,210,101); }

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

border-color css

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

 span { border-color: rgb(237,210,101); }

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