Html Css Color HEX #EDD263 Golden Sand

📋 copy color: '#EDD263'

red 237 ◦ green 210 ◦ blue 99

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

Shades of Golden Sand #EDD263

Tints of Golden Sand #EDD263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.13%

R = 43.41%
G = 38.46%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDD263 (or 0xEDD263) is known color: Golden Sand. HEX triplet: ED, D2 and 63. RGB value is (237,210,99). Sum of RGB (Red+Green+Blue) = 237+210+99=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD263 is #122D9C. Grayscale: #CDCDCD. Windows color (decimal): -1191325 or 6542061. OLE color: 6542061.

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

Color convert

RGB 237 210 99 -
CMYK 0 0.11 0.58 0.07
HSL 48.26º 0.79% 0.66% -
HSV(B) 48.26º 0.58% 0.93% -
XYZ 60.22 65 21.18 -
YUV 205.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 237 210 99 0 0.11 0.58 0.07 48.26 0.79 0.66
Hex ED D2 63 0 B 3A 7 30 4F 42
Octal 355 322 143 0 13 72 7 60 117 102
Binary 11101101 11010010 1100011 0 1011 111010 111 110000 1001111 1000010

Color Harmonies of #EDD263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD263

Black with #EDD263

Text Example


Text Example

White with #EDD263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD263; }

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

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

background-color css

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

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

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

border-color css

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

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

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