Html Css Color HEX #EED272 Golden Sand

📋 copy color: '#EED272'

red 238 ◦ green 210 ◦ blue 114

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

Shades of Golden Sand #EED272

Tints of Golden Sand #EED272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.28%

R = 42.35%
G = 37.37%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EED272 (or 0xEED272) is known color: Golden Sand. HEX triplet: EE, D2 and 72. RGB value is (238,210,114). Sum of RGB (Red+Green+Blue) = 238+210+114=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED272 is #112D8D. Grayscale: #CFCFCF. Windows color (decimal): -1125774 or 7525102. OLE color: 7525102.

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

Color convert

RGB 238 210 114 -
CMYK 0 0.12 0.52 0.07
HSL 46.45º 0.78% 0.69% -
HSV(B) 46.45º 0.52% 0.93% -
XYZ 61.34 65.49 25.33 -
YUV 207.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 238 210 114 0 0.12 0.52 0.07 46.45 0.78 0.69
Hex EE D2 72 0 C 34 7 2E 4E 45
Octal 356 322 162 0 14 64 7 56 116 105
Binary 11101110 11010010 1110010 0 1100 110100 111 101110 1001110 1000101

Color Harmonies of #EED272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED272

Black with #EED272

Text Example


Text Example

White with #EED272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED272; }

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

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

background-color css

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

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

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

border-color css

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

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

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