Html Css Color HEX #EFD474 Golden Sand

📋 copy color: '#EFD474'

red 239 ◦ green 212 ◦ blue 116

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

Shades of Golden Sand #EFD474

Tints of Golden Sand #EFD474

RGB

 RED value IS 239 (93.75% from 255) = 42.15%

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

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

R = 42.15%
G = 37.39%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD474 (or 0xEFD474) is known color: Golden Sand. HEX triplet: EF, D4 and 74. RGB value is (239,212,116). Sum of RGB (Red+Green+Blue) = 239+212+116=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD474 is #102B8B. Grayscale: #D1D1D1. Windows color (decimal): -1059724 or 7656687. OLE color: 7656687.

HSL color Cylindrical-coordinate representation of color #EFD474: hue angle of 46.83º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD474 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 116 -
CMYK 0 0.11 0.51 0.06
HSL 46.83º 0.79% 0.7% -
HSV(B) 46.83º 0.51% 0.94% -
XYZ 62.29 66.7 26.11 -
YUV 209.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 239 212 116 0 0.11 0.51 0.06 46.83 0.79 0.7
Hex EF D4 74 0 B 33 6 2F 4F 46
Octal 357 324 164 0 13 63 6 57 117 106
Binary 11101111 11010100 1110100 0 1011 110011 110 101111 1001111 1000110

Color Harmonies of #EFD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD474

Black with #EFD474

Text Example


Text Example

White with #EFD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD474; }

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

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

background-color css

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

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

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

border-color css

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

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

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