Html Css Color HEX #EED270 Golden Sand

📋 copy color: '#EED270'

red 238 ◦ green 210 ◦ blue 112

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

Shades of Golden Sand #EED270

Tints of Golden Sand #EED270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20%

R = 42.5%
G = 37.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED270 (or 0xEED270) is known color: Golden Sand. HEX triplet: EE, D2 and 70. RGB value is (238,210,112). Sum of RGB (Red+Green+Blue) = 238+210+112=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED270 is #112D8F. Grayscale: #CFCFCF. Windows color (decimal): -1125776 or 7394030. OLE color: 7394030.

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

Color convert

RGB 238 210 112 -
CMYK 0 0.12 0.53 0.07
HSL 46.67º 0.79% 0.69% -
HSV(B) 46.67º 0.53% 0.93% -
XYZ 61.23 65.44 24.73 -
YUV 207.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 238 210 112 0 0.12 0.53 0.07 46.67 0.79 0.69
Hex EE D2 70 0 C 35 7 2F 4F 45
Octal 356 322 160 0 14 65 7 57 117 105
Binary 11101110 11010010 1110000 0 1100 110101 111 101111 1001111 1000101

Color Harmonies of #EED270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED270

Black with #EED270

Text Example


Text Example

White with #EED270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED270; }

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

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

background-color css

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

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

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

border-color css

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

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

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