Html Css Color HEX #EED462 Golden Sand

📋 copy color: '#EED462'

red 238 ◦ green 212 ◦ blue 98

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

Shades of Golden Sand #EED462

Tints of Golden Sand #EED462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.88%

R = 43.43%
G = 38.69%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EED462 (or 0xEED462) is known color: Golden Sand. HEX triplet: EE, D4 and 62. RGB value is (238,212,98). Sum of RGB (Red+Green+Blue) = 238+212+98=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED462 is #112B9D. Grayscale: #CFCFCF. Windows color (decimal): -1125278 or 6477038. OLE color: 6477038.

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

Color convert

RGB 238 212 98 -
CMYK 0 0.11 0.59 0.07
HSL 48.86º 0.8% 0.66% -
HSV(B) 48.86º 0.59% 0.93% -
XYZ 61.01 66.15 21.11 -
YUV 206.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 238 212 98 0 0.11 0.59 0.07 48.86 0.8 0.66
Hex EE D4 62 0 B 3B 7 31 50 42
Octal 356 324 142 0 13 73 7 61 120 102
Binary 11101110 11010100 1100010 0 1011 111011 111 110001 1010000 1000010

Color Harmonies of #EED462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED462

Black with #EED462

Text Example


Text Example

White with #EED462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED462; }

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

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

background-color css

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

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

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

border-color css

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

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

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