Html Css Color HEX #EDC466 Golden Sand

📋 copy color: '#EDC466'

red 237 ◦ green 196 ◦ blue 102

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

Shades of Golden Sand #EDC466

Tints of Golden Sand #EDC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

 BLUE value IS 102 (40.23% from 255) = 19.07%

R = 44.3%
G = 36.64%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC466 (or 0xEDC466) is known color: Golden Sand. HEX triplet: ED, C4 and 66. RGB value is (237,196,102). Sum of RGB (Red+Green+Blue) = 237+196+102=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC466 is #123B99. Grayscale: #C5C5C5. Windows color (decimal): -1194906 or 6735085. OLE color: 6735085.

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

Color convert

RGB 237 196 102 -
CMYK 0 0.17 0.57 0.07
HSL 41.78º 0.79% 0.66% -
HSV(B) 41.78º 0.57% 0.93% -
XYZ 57.06 58.44 20.84 -
YUV 197.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 237 196 102 0 0.17 0.57 0.07 41.78 0.79 0.66
Hex ED C4 66 0 11 39 7 2A 4F 42
Octal 355 304 146 0 21 71 7 52 117 102
Binary 11101101 11000100 1100110 0 10001 111001 111 101010 1001111 1000010

Color Harmonies of #EDC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC466

Black with #EDC466

Text Example


Text Example

White with #EDC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC466; }

 p { color: rgb(237,196,102); }

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

background-color css

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

 a { background-color: rgb(237,196,102); }

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

border-color css

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

 span { border-color: rgb(237,196,102); }

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