Html Css Color HEX #EFCF71 Golden Sand

📋 copy color: '#EFCF71'

red 239 ◦ green 207 ◦ blue 113

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

Shades of Golden Sand #EFCF71

Tints of Golden Sand #EFCF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.03%

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

R = 42.75%
G = 37.03%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFCF71 (or 0xEFCF71) is known color: Golden Sand. HEX triplet: EF, CF and 71. RGB value is (239,207,113). Sum of RGB (Red+Green+Blue) = 239+207+113=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF71 is #10308E. Grayscale: #CECECE. Windows color (decimal): -1061007 or 7458799. OLE color: 7458799.

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

Color convert

RGB 239 207 113 -
CMYK 0 0.13 0.53 0.06
HSL 44.76º 0.8% 0.69% -
HSV(B) 44.76º 0.53% 0.94% -
XYZ 60.89 64.17 24.8 -
YUV 205.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 239 207 113 0 0.13 0.53 0.06 44.76 0.8 0.69
Hex EF CF 71 0 D 35 6 2D 50 45
Octal 357 317 161 0 15 65 6 55 120 105
Binary 11101111 11001111 1110001 0 1101 110101 110 101101 1010000 1000101

Color Harmonies of #EFCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF71

Black with #EFCF71

Text Example


Text Example

White with #EFCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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