Html Css Color HEX #EFD574 Golden Sand

📋 copy color: '#EFD574'

red 239 ◦ green 213 ◦ blue 116

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

Shades of Golden Sand #EFD574

Tints of Golden Sand #EFD574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.5%

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

R = 42.08%
G = 37.5%
B = 20.42%

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

#EFD574 (or 0xEFD574) is known color: Golden Sand. HEX triplet: EF, D5 and 74. RGB value is (239,213,116). Sum of RGB (Red+Green+Blue) = 239+213+116=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD574 is #102A8B. Grayscale: #D2D2D2. Windows color (decimal): -1059468 or 7656943. OLE color: 7656943.

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

Color convert

RGB 239 213 116 -
CMYK 0 0.11 0.51 0.06
HSL 47.32º 0.79% 0.7% -
HSV(B) 47.32º 0.51% 0.94% -
XYZ 62.54 67.2 26.2 -
YUV 209.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 239 213 116 0 0.11 0.51 0.06 47.32 0.79 0.7
Hex EF D5 74 0 B 33 6 2F 4F 46
Octal 357 325 164 0 13 63 6 57 117 106
Binary 11101111 11010101 1110100 0 1011 110011 110 101111 1001111 1000110

Color Harmonies of #EFD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD574

Black with #EFD574

Text Example


Text Example

White with #EFD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD574; }

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

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

background-color css

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

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

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

border-color css

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

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

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