Html Css Color HEX #EFD771 Golden Sand

📋 copy color: '#EFD771'

red 239 ◦ green 215 ◦ blue 113

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

Shades of Golden Sand #EFD771

Tints of Golden Sand #EFD771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.92%

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

R = 42.15%
G = 37.92%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD771 (or 0xEFD771) is known color: Golden Sand. HEX triplet: EF, D7 and 71. RGB value is (239,215,113). Sum of RGB (Red+Green+Blue) = 239+215+113=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD771 is #10288E. Grayscale: #D2D2D2. Windows color (decimal): -1058959 or 7460847. OLE color: 7460847.

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

Color convert

RGB 239 215 113 -
CMYK 0 0.10 0.53 0.06
HSL 48.57º 0.8% 0.69% -
HSV(B) 48.57º 0.53% 0.94% -
XYZ 62.88 68.14 25.46 -
YUV 210.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 239 215 113 0 0.10 0.53 0.06 48.57 0.8 0.69
Hex EF D7 71 0 A 35 6 31 50 45
Octal 357 327 161 0 12 65 6 61 120 105
Binary 11101111 11010111 1110001 0 1010 110101 110 110001 1010000 1000101

Color Harmonies of #EFD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD771

Black with #EFD771

Text Example


Text Example

White with #EFD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD771; }

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

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

background-color css

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

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

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

border-color css

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

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

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