Html Css Color HEX #EED474 Golden Sand

📋 copy color: '#EED474'

red 238 ◦ green 212 ◦ blue 116

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

Shades of Golden Sand #EED474

Tints of Golden Sand #EED474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 42.05%
G = 37.46%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED474 (or 0xEED474) is known color: Golden Sand. HEX triplet: EE, D4 and 74. RGB value is (238,212,116). Sum of RGB (Red+Green+Blue) = 238+212+116=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED474 is #112B8B. Grayscale: #D1D1D1. Windows color (decimal): -1125260 or 7656686. OLE color: 7656686.

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

Color convert

RGB 238 212 116 -
CMYK 0 0.11 0.51 0.07
HSL 47.21º 0.78% 0.69% -
HSV(B) 47.21º 0.51% 0.93% -
XYZ 61.96 66.53 26.1 -
YUV 208.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 238 212 116 0 0.11 0.51 0.07 47.21 0.78 0.69
Hex EE D4 74 0 B 33 7 2F 4E 45
Octal 356 324 164 0 13 63 7 57 116 105
Binary 11101110 11010100 1110100 0 1011 110011 111 101111 1001110 1000101

Color Harmonies of #EED474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED474

Black with #EED474

Text Example


Text Example

White with #EED474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED474; }

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

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

background-color css

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

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

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

border-color css

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

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

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