Html Css Color HEX #EED466 Golden Sand

📋 copy color: '#EED466'

red 238 ◦ green 212 ◦ blue 102

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

Shades of Golden Sand #EED466

Tints of Golden Sand #EED466

RGB

 RED value IS 238 (93.36% from 255) = 43.12%

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 43.12%
G = 38.41%
B = 18.48%

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

#EED466 (or 0xEED466) is known color: Golden Sand. HEX triplet: EE, D4 and 66. RGB value is (238,212,102). Sum of RGB (Red+Green+Blue) = 238+212+102=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EED466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED466 is #112B99. Grayscale: #CFCFCF. Windows color (decimal): -1125274 or 6739182. OLE color: 6739182.

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

Color convert

RGB 238 212 102 -
CMYK 0 0.11 0.57 0.07
HSL 48.53º 0.8% 0.67% -
HSV(B) 48.53º 0.57% 0.93% -
XYZ 61.2 66.22 22.13 -
YUV 207.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 238 212 102 0 0.11 0.57 0.07 48.53 0.8 0.67
Hex EE D4 66 0 B 39 7 31 50 43
Octal 356 324 146 0 13 71 7 61 120 103
Binary 11101110 11010100 1100110 0 1011 111001 111 110001 1010000 1000011

Color Harmonies of #EED466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED466

Black with #EED466

Text Example


Text Example

White with #EED466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED466; }

 p { color: rgb(238,212,102); }

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

background-color css

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

 a { background-color: rgb(238,212,102); }

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

border-color css

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

 span { border-color: rgb(238,212,102); }

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