Html Css Color HEX #EED274 Golden Sand

📋 copy color: '#EED274'

red 238 ◦ green 210 ◦ blue 116

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

Shades of Golden Sand #EED274

Tints of Golden Sand #EED274

RGB

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

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

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

R = 42.2%
G = 37.23%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED274 (or 0xEED274) is known color: Golden Sand. HEX triplet: EE, D2 and 74. RGB value is (238,210,116). Sum of RGB (Red+Green+Blue) = 238+210+116=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED274 is #112D8B. Grayscale: #D0D0D0. Windows color (decimal): -1125772 or 7656174. OLE color: 7656174.

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

Color convert

RGB 238 210 116 -
CMYK 0 0.12 0.51 0.07
HSL 46.23º 0.78% 0.69% -
HSV(B) 46.23º 0.51% 0.93% -
XYZ 61.46 65.53 25.93 -
YUV 207.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 238 210 116 0 0.12 0.51 0.07 46.23 0.78 0.69
Hex EE D2 74 0 C 33 7 2E 4E 45
Octal 356 322 164 0 14 63 7 56 116 105
Binary 11101110 11010010 1110100 0 1100 110011 111 101110 1001110 1000101

Color Harmonies of #EED274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED274

Black with #EED274

Text Example


Text Example

White with #EED274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED274; }

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

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

background-color css

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

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

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

border-color css

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

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

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