Html Css Color HEX #EFC671 Golden Sand

📋 copy color: '#EFC671'

red 239 ◦ green 198 ◦ blue 113

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

Shades of Golden Sand #EFC671

Tints of Golden Sand #EFC671

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36%

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

R = 43.45%
G = 36%
B = 20.55%

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

#EFC671 (or 0xEFC671) is known color: Golden Sand. HEX triplet: EF, C6 and 71. RGB value is (239,198,113). Sum of RGB (Red+Green+Blue) = 239+198+113=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC671 is #10398E. Grayscale: #C8C8C8. Windows color (decimal): -1063311 or 7456495. OLE color: 7456495.

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

Color convert

RGB 239 198 113 -
CMYK 0 0.17 0.53 0.06
HSL 40.48º 0.8% 0.69% -
HSV(B) 40.48º 0.53% 0.94% -
XYZ 58.77 59.93 24.09 -
YUV 200.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 239 198 113 0 0.17 0.53 0.06 40.48 0.8 0.69
Hex EF C6 71 0 11 35 6 28 50 45
Octal 357 306 161 0 21 65 6 50 120 105
Binary 11101111 11000110 1110001 0 10001 110101 110 101000 1010000 1000101

Color Harmonies of #EFC671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC671

Black with #EFC671

Text Example


Text Example

White with #EFC671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC671; }

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

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

background-color css

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

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

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

border-color css

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

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

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