Html Css Color HEX #EFD471 Golden Sand

📋 copy color: '#EFD471'

red 239 ◦ green 212 ◦ blue 113

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

Shades of Golden Sand #EFD471

Tints of Golden Sand #EFD471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.04%

R = 42.38%
G = 37.59%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD471 (or 0xEFD471) is known color: Golden Sand. HEX triplet: EF, D4 and 71. RGB value is (239,212,113). Sum of RGB (Red+Green+Blue) = 239+212+113=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD471 is #102B8E. Grayscale: #D1D1D1. Windows color (decimal): -1059727 or 7460079. OLE color: 7460079.

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

Color convert

RGB 239 212 113 -
CMYK 0 0.11 0.53 0.06
HSL 47.14º 0.8% 0.69% -
HSV(B) 47.14º 0.53% 0.94% -
XYZ 62.12 66.63 25.21 -
YUV 208.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 239 212 113 0 0.11 0.53 0.06 47.14 0.8 0.69
Hex EF D4 71 0 B 35 6 2F 50 45
Octal 357 324 161 0 13 65 6 57 120 105
Binary 11101111 11010100 1110001 0 1011 110101 110 101111 1010000 1000101

Color Harmonies of #EFD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD471

Black with #EFD471

Text Example


Text Example

White with #EFD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD471; }

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

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

background-color css

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

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

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

border-color css

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

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

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