Html Css Color HEX #EFC971 Golden Sand

📋 copy color: '#EFC971'

red 239 ◦ green 201 ◦ blue 113

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

Shades of Golden Sand #EFC971

Tints of Golden Sand #EFC971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

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

R = 43.22%
G = 36.35%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFC971 (or 0xEFC971) is known color: Golden Sand. HEX triplet: EF, C9 and 71. RGB value is (239,201,113). Sum of RGB (Red+Green+Blue) = 239+201+113=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC971 is #10368E. Grayscale: #CACACA. Windows color (decimal): -1062543 or 7457263. OLE color: 7457263.

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

Color convert

RGB 239 201 113 -
CMYK 0 0.16 0.53 0.06
HSL 41.9º 0.8% 0.69% -
HSV(B) 41.9º 0.53% 0.94% -
XYZ 59.46 61.32 24.32 -
YUV 202.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 239 201 113 0 0.16 0.53 0.06 41.9 0.8 0.69
Hex EF C9 71 0 10 35 6 2A 50 45
Octal 357 311 161 0 20 65 6 52 120 105
Binary 11101111 11001001 1110001 0 10000 110101 110 101010 1010000 1000101

Color Harmonies of #EFC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC971

Black with #EFC971

Text Example


Text Example

White with #EFC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC971; }

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

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

background-color css

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

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

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

border-color css

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

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

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