Html Css Color HEX #EED264 Golden Sand

📋 copy color: '#EED264'

red 238 ◦ green 210 ◦ blue 100

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

Shades of Golden Sand #EED264

Tints of Golden Sand #EED264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.25%

R = 43.43%
G = 38.32%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED264 (or 0xEED264) is known color: Golden Sand. HEX triplet: EE, D2 and 64. RGB value is (238,210,100). Sum of RGB (Red+Green+Blue) = 238+210+100=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED264 is #112D9B. Grayscale: #CECECE. Windows color (decimal): -1125788 or 6607598. OLE color: 6607598.

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

Color convert

RGB 238 210 100 -
CMYK 0 0.12 0.58 0.07
HSL 47.83º 0.8% 0.66% -
HSV(B) 47.83º 0.58% 0.93% -
XYZ 60.61 65.19 21.45 -
YUV 205.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 238 210 100 0 0.12 0.58 0.07 47.83 0.8 0.66
Hex EE D2 64 0 C 3A 7 30 50 42
Octal 356 322 144 0 14 72 7 60 120 102
Binary 11101110 11010010 1100100 0 1100 111010 111 110000 1010000 1000010

Color Harmonies of #EED264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED264

Black with #EED264

Text Example


Text Example

White with #EED264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED264; }

 p { color: rgb(238,210,100); }

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

background-color css

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

 a { background-color: rgb(238,210,100); }

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

border-color css

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

 span { border-color: rgb(238,210,100); }

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