Html Css Color HEX #EFC771 Golden Sand

📋 copy color: '#EFC771'

red 239 ◦ green 199 ◦ blue 113

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

Shades of Golden Sand #EFC771

Tints of Golden Sand #EFC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

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

R = 43.38%
G = 36.12%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFC771 (or 0xEFC771) is known color: Golden Sand. HEX triplet: EF, C7 and 71. RGB value is (239,199,113). Sum of RGB (Red+Green+Blue) = 239+199+113=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC771 is #10388E. Grayscale: #C9C9C9. Windows color (decimal): -1063055 or 7456751. OLE color: 7456751.

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

Color convert

RGB 239 199 113 -
CMYK 0 0.17 0.53 0.06
HSL 40.95º 0.8% 0.69% -
HSV(B) 40.95º 0.53% 0.94% -
XYZ 59 60.39 24.17 -
YUV 201.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 239 199 113 0 0.17 0.53 0.06 40.95 0.8 0.69
Hex EF C7 71 0 11 35 6 29 50 45
Octal 357 307 161 0 21 65 6 51 120 105
Binary 11101111 11000111 1110001 0 10001 110101 110 101001 1010000 1000101

Color Harmonies of #EFC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC771

Black with #EFC771

Text Example


Text Example

White with #EFC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC771; }

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

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

background-color css

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

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

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

border-color css

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

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

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